Skip to content

Commit 0d87741

Browse files
authored
Bump Shakapacker from 7.1.0 to 7.2.1 (#580)
1 parent 4890a54 commit 0d87741

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
66
ruby "3.1.2"
77

88
gem "react_on_rails", "13.4.0"
9-
gem "shakapacker", "7.1.0"
9+
gem "shakapacker", "7.2.1"
1010

1111
# Bundle edge Rails instead: gem "rails", github: "rails/rails"
1212
gem "listen"

Gemfile.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ GEM
195195
racc (~> 1.4)
196196
nokogiri (1.15.4-x86_64-linux)
197197
racc (~> 1.4)
198+
package_json (0.1.0)
198199
parallel (1.23.0)
199200
parser (3.2.2.3)
200201
ast (~> 2.4.1)
@@ -355,8 +356,9 @@ GEM
355356
websocket (~> 1.0)
356357
semantic_range (3.0.0)
357358
sexp_processor (4.17.0)
358-
shakapacker (7.1.0)
359+
shakapacker (7.2.1)
359360
activesupport (>= 5.2)
361+
package_json
360362
rack-proxy (>= 0.6.1)
361363
railties (>= 5.2)
362364
semantic_range (>= 2.3.0)
@@ -458,7 +460,7 @@ DEPENDENCIES
458460
scss_lint
459461
sdoc
460462
selenium-webdriver (~> 4)
461-
shakapacker (= 7.1.0)
463+
shakapacker (= 7.2.1)
462464
spring
463465
spring-commands-rspec
464466
stimulus-rails (~> 1.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"sass": "^1.58.3",
9595
"sass-loader": "^13.3.2",
9696
"sass-resources-loader": "^2.2.5",
97-
"shakapacker": "7.1.0",
97+
"shakapacker": "7.2.1",
9898
"stimulus": "^3.0.1",
9999
"style-loader": "^3.3.1",
100100
"tailwindcss": "^3.3.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8578,10 +8578,10 @@ [email protected]:
85788578
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
85798579
integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==
85808580

8581-
shakapacker@7.1.0:
8582-
version "7.1.0"
8583-
resolved "https://registry.yarnpkg.com/shakapacker/-/shakapacker-7.1.0.tgz#95bd37db60702ffa21f9ea29a88f438de3db25b2"
8584-
integrity sha512-xKfF4LKrFQdMLYeIi/uBV6pfkPTO4lgCAIMx3W5+MHW61ENOXu4WeQ50qVR9u5hV6XXzi7AiS7C6dWO2GFnYAg==
8581+
shakapacker@7.2.1:
8582+
version "7.2.1"
8583+
resolved "https://registry.yarnpkg.com/shakapacker/-/shakapacker-7.2.1.tgz#de9895bbbb6b6ee1016478dbbb8d4c37b25e5a50"
8584+
integrity sha512-IRPkEdIY2JiPfj7fnQ9sP8SBaUcaArMVBHAn3ctB91FndgyaM/bfXXlSEiveWPT3A3wkoadx44U6pKXo1DdC3w==
85858585
dependencies:
85868586
glob "^7.2.0"
85878587
js-yaml "^4.1.0"

0 commit comments

Comments
 (0)