Skip to content

Commit

Permalink
Merge pull request #418 from sophiedeziel/dependabot/bundler/shakapac…
Browse files Browse the repository at this point in the history
…ker-8.0.2

Bump shakapacker from 7.2.3 to 8.0.2
  • Loading branch information
github-actions[bot] authored Nov 24, 2024
2 parents 90a056c + 9241912 commit 3bc1e53
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gem 'bootsnap', require: false
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
gem 'image_processing', '~> 1.13'

gem 'shakapacker', '7.2.3'
gem 'shakapacker', '8.0.2'

gem 'react_on_rails', '14.0.5'

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
semantic_range (3.0.0)
shakapacker (7.2.3)
semantic_range (3.1.0)
shakapacker (8.0.2)
activesupport (>= 5.2)
package_json
rack-proxy (>= 0.6.1)
Expand Down Expand Up @@ -289,7 +289,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.18)
zeitwerk (2.7.1)

PLATFORMS
x86_64-darwin-22
Expand All @@ -313,7 +313,7 @@ DEPENDENCIES
rubocop-graphql
rubocop-rails
selenium-webdriver
shakapacker (= 7.2.3)
shakapacker (= 8.0.2)
sprockets-rails
sqlite3 (~> 1.7)
tzinfo-data
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "app",
"packageManager": "[email protected]",
"private": true,
"dependencies": {
"@apollo/client": "^3.9.11",
Expand All @@ -23,7 +24,7 @@
"react-dom": "^18.2.0",
"react-on-rails": "14.0.5",
"react-router-dom": "^6.22.3",
"shakapacker": "7.2.3",
"shakapacker": "8.0.2",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "5",
"trix": "^2.1.4",
Expand Down
11 changes: 5 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3439,7 +3439,7 @@ glob-to-regexp@^0.4.1:
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==

glob@^7.1.3, glob@^7.2.0:
glob@^7.1.3:
version "7.2.3"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
Expand Down Expand Up @@ -5489,12 +5489,11 @@ [email protected]:
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==

shakapacker@7.2.3:
version "7.2.3"
resolved "https://registry.yarnpkg.com/shakapacker/-/shakapacker-7.2.3.tgz#12613e8ca3139e47d42003f8d01846dea28f6c40"
integrity sha512-+qF74Y6+hEARqtsmJmBtdc2L0q6eXO21PlPsvtw6aqoxtqhM2VpCCDt51/5Cqnj/5IyEOEICZqStRCSO/q38hg==
shakapacker@8.0.2:
version "8.0.2"
resolved "https://registry.yarnpkg.com/shakapacker/-/shakapacker-8.0.2.tgz#064303e09958b57b7a7f98dc38d0c1150a96d3a0"
integrity sha512-nZNAwT7onNiKZ81nMz/l0ihG8qXPZUvfxs4op5586wvn7znpPVQC4mFs131YrdUubmdqUPIjcpZnV0k4ijNtXw==
dependencies:
glob "^7.2.0"
js-yaml "^4.1.0"
path-complete-extname "^1.0.0"

Expand Down

0 comments on commit 3bc1e53

Please sign in to comment.