Skip to content

Commit 1486856

Browse files
Bump shakapacker from 6.6.0 to 8.1.0
Bumps [shakapacker](https://github.com/shakacode/shakapacker) from 6.6.0 to 8.1.0. - [Changelog](https://github.com/shakacode/shakapacker/blob/main/CHANGELOG.md) - [Commits](shakacode/shakapacker@v6.6.0...v8.1.0) --- updated-dependencies: - dependency-name: shakapacker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 879dca3 commit 1486856

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ gem 'simple_form'
5757
gem 'tinymce-rails'
5858
gem 'image_processing', '~> 1.13'
5959
gem 'react-rails'
60-
gem 'shakapacker', '~> 6.6'
60+
gem 'shakapacker', '~> 8.1'
6161

6262
gem 'sidekiq'
6363

Gemfile.lock

+6-4
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ GEM
345345
omniauth-oauth (~> 1.1)
346346
rack
347347
orm_adapter (0.5.0)
348+
package_json (0.1.0)
348349
paper_trail (16.0.0)
349350
activerecord (>= 6.1)
350351
request_store (~> 1.4)
@@ -392,9 +393,9 @@ GEM
392393
activesupport (>= 5.0.0)
393394
minitest
394395
nokogiri (>= 1.6)
395-
rails-html-sanitizer (1.6.0)
396+
rails-html-sanitizer (1.6.2)
396397
loofah (~> 2.21)
397-
nokogiri (~> 1.14)
398+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
398399
railties (6.1.7.10)
399400
actionpack (= 6.1.7.10)
400401
activesupport (= 6.1.7.10)
@@ -472,8 +473,9 @@ GEM
472473
sendgrid-ruby (6.7.0)
473474
ruby_http_client (~> 3.4)
474475
sexp_processor (4.16.1)
475-
shakapacker (6.6.0)
476+
shakapacker (8.1.0)
476477
activesupport (>= 5.2)
478+
package_json
477479
rack-proxy (>= 0.6.1)
478480
railties (>= 5.2)
479481
semantic_range (>= 2.3.0)
@@ -599,7 +601,7 @@ DEPENDENCIES
599601
selectize-rails
600602
selenium-webdriver
601603
sendgrid-ruby
602-
shakapacker (~> 6.6)
604+
shakapacker (~> 8.1)
603605
sidekiq
604606
simple_form
605607
timecop

0 commit comments

Comments
 (0)