Skip to content

Commit

Permalink
chore: use rc version of shakapacker
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Dec 8, 2023
1 parent a21251d commit 9419c9b
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 16 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', github: 'G-Rath/shakapacker', branch: 'use-package_json'
gem 'shakapacker', '7.2.0.rc.0'
end

appraise 'base' do
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/base.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ GEM
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
package_json (0.1.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -262,6 +263,7 @@ DEPENDENCIES
guard-minitest
jbuilder
listen (~> 3.0.0)
package_json
pry-byebug
rails (~> 7.0.x)
react-rails!
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", github: "G-Rath/shakapacker", branch: "use-package_json"
gem "shakapacker", "7.2.0.rc.0"

gemspec path: "../"
23 changes: 9 additions & 14 deletions gemfiles/shakapacker.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
GIT
remote: https://github.com/G-Rath/shakapacker.git
revision: 992f156694499f62f35ddd32bb6d53597a78c453
branch: use-package_json
specs:
shakapacker (7.0.3)
activesupport (>= 5.2)
package_json
rack-proxy (>= 0.6.1)
railties (>= 5.2)
semantic_range (>= 2.3.0)

PATH
remote: ..
specs:
Expand Down Expand Up @@ -198,7 +186,7 @@ GEM
public_suffix (5.0.3)
racc (1.7.1)
rack (2.2.8)
rack-proxy (0.7.6)
rack-proxy (0.7.7)
rack
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -242,6 +230,12 @@ GEM
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
semantic_range (3.0.0)
shakapacker (7.2.0.rc.0)
activesupport (>= 5.2)
package_json
rack-proxy (>= 0.6.1)
railties (>= 5.2)
semantic_range (>= 2.3.0)
shellany (0.0.1)
simplecov (0.13.0)
docile (~> 1.1.0)
Expand Down Expand Up @@ -278,11 +272,12 @@ DEPENDENCIES
guard-minitest
jbuilder
listen (~> 3.0.0)
package_json
pry-byebug
rails (~> 7.0.x)
react-rails!
selenium-webdriver
shakapacker!
shakapacker (= 7.2.0.rc.0)
test-unit (~> 2.5)

BUNDLED WITH
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/sprockets_3.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ GEM
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
package_json (0.1.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -277,6 +278,7 @@ DEPENDENCIES
jbuilder
listen (~> 3.0.0)
mini_racer
package_json
pry-byebug
rails (~> 7.0.x)
react-rails!
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/sprockets_4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ GEM
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
package_json (0.1.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -277,6 +278,7 @@ DEPENDENCIES
jbuilder
listen (~> 3.0.0)
mini_racer
package_json
pry-byebug
rails (~> 7.0.x)
react-rails!
Expand Down

0 comments on commit 9419c9b

Please sign in to comment.