Skip to content

Commit

Permalink
chore: use stable version of shakapacker
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Dec 29, 2023
1 parent e2c5726 commit 2f72125
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ end

appraise 'shakapacker' do
gem 'rails', '~> 7.0.x'
gem 'shakapacker', '7.2.0.rc.0'
gem 'shakapacker', '7.2.0'
end

appraise 'base' do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/shakapacker.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
source "http://rubygems.org"

gem "rails", "~> 7.0.x"
gem "shakapacker", "7.2.0.rc.0"
gem "shakapacker", "7.2.0"

gemspec path: "../"
4 changes: 2 additions & 2 deletions gemfiles/shakapacker.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ GEM
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
semantic_range (3.0.0)
shakapacker (7.2.0.rc.0)
shakapacker (7.2.0)
activesupport (>= 5.2)
package_json
rack-proxy (>= 0.6.1)
Expand Down Expand Up @@ -277,7 +277,7 @@ DEPENDENCIES
rails (~> 7.0.x)
react-rails!
selenium-webdriver
shakapacker (= 7.2.0.rc.0)
shakapacker (= 7.2.0)
test-unit (~> 2.5)

BUNDLED WITH
Expand Down

0 comments on commit 2f72125

Please sign in to comment.