Skip to content

Commit d29a7a4

Browse files
committed
chore: use stable version of shakapacker
1 parent c15e6e7 commit d29a7a4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Appraisals

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ end
1616

1717
appraise 'shakapacker' do
1818
gem 'rails', '~> 7.0.x'
19-
gem 'shakapacker', '7.2.0.rc.0'
19+
gem 'shakapacker', '7.2.0'
2020
end
2121

2222
appraise 'base' do

gemfiles/shakapacker.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
source "http://rubygems.org"
44

55
gem "rails", "~> 7.0.x"
6-
gem "shakapacker", "7.2.0.rc.0"
6+
gem "shakapacker", "7.2.0"
77

88
gemspec path: "../"

gemfiles/shakapacker.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ GEM
228228
rubyzip (>= 1.2.2, < 3.0)
229229
websocket (~> 1.0)
230230
semantic_range (3.0.0)
231-
shakapacker (7.2.0.rc.0)
231+
shakapacker (7.2.0)
232232
activesupport (>= 5.2)
233233
package_json
234234
rack-proxy (>= 0.6.1)
@@ -275,7 +275,7 @@ DEPENDENCIES
275275
rails (~> 7.0.x)
276276
react-rails!
277277
selenium-webdriver
278-
shakapacker (= 7.2.0.rc.0)
278+
shakapacker (= 7.2.0)
279279
test-unit (~> 2.5)
280280

281281
BUNDLED WITH

0 commit comments

Comments
 (0)