Skip to content

Commit 988b717

Browse files
committed
chore: use rc version of shakapacker
1 parent 35c23bb commit 988b717

File tree

6 files changed

+17
-16
lines changed

6 files changed

+17
-16
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', github: 'G-Rath/shakapacker', branch: 'use-package_json'
19+
gem 'shakapacker', '7.2.0.rc.0'
2020
end
2121

2222
appraise 'base' do

gemfiles/base.gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ GEM
174174
notiffany (0.1.3)
175175
nenv (~> 0.1)
176176
shellany (~> 0.0)
177+
package_json (0.1.0)
177178
pry (0.14.2)
178179
coderay (~> 1.1)
179180
method_source (~> 1.0)
@@ -258,6 +259,7 @@ DEPENDENCIES
258259
guard-minitest
259260
jbuilder
260261
listen (~> 3.0.0)
262+
package_json
261263
pry-byebug
262264
rails (~> 7.0.x)
263265
react-rails!

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", github: "G-Rath/shakapacker", branch: "use-package_json"
6+
gem "shakapacker", "7.2.0.rc.0"
77

88
gemspec path: "../"

gemfiles/shakapacker.gemfile.lock

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
GIT
2-
remote: https://github.com/G-Rath/shakapacker.git
3-
revision: 992f156694499f62f35ddd32bb6d53597a78c453
4-
branch: use-package_json
5-
specs:
6-
shakapacker (7.0.3)
7-
activesupport (>= 5.2)
8-
package_json
9-
rack-proxy (>= 0.6.1)
10-
railties (>= 5.2)
11-
semantic_range (>= 2.3.0)
12-
131
PATH
142
remote: ..
153
specs:
@@ -198,7 +186,7 @@ GEM
198186
public_suffix (5.0.1)
199187
racc (1.6.2)
200188
rack (2.2.7)
201-
rack-proxy (0.7.6)
189+
rack-proxy (0.7.7)
202190
rack
203191
rack-test (2.1.0)
204192
rack (>= 1.3)
@@ -240,6 +228,12 @@ GEM
240228
rubyzip (>= 1.2.2, < 3.0)
241229
websocket (~> 1.0)
242230
semantic_range (3.0.0)
231+
shakapacker (7.2.0.rc.0)
232+
activesupport (>= 5.2)
233+
package_json
234+
rack-proxy (>= 0.6.1)
235+
railties (>= 5.2)
236+
semantic_range (>= 2.3.0)
243237
shellany (0.0.1)
244238
simplecov (0.13.0)
245239
docile (~> 1.1.0)
@@ -276,11 +270,12 @@ DEPENDENCIES
276270
guard-minitest
277271
jbuilder
278272
listen (~> 3.0.0)
273+
package_json
279274
pry-byebug
280275
rails (~> 7.0.x)
281276
react-rails!
282277
selenium-webdriver
283-
shakapacker!
278+
shakapacker (= 7.2.0.rc.0)
284279
test-unit (~> 2.5)
285280

286281
BUNDLED WITH

gemfiles/sprockets_3.gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ GEM
178178
notiffany (0.1.3)
179179
nenv (~> 0.1)
180180
shellany (~> 0.0)
181+
package_json (0.1.0)
181182
pry (0.12.2)
182183
coderay (~> 1.1.0)
183184
method_source (~> 0.9.0)
@@ -270,6 +271,7 @@ DEPENDENCIES
270271
jbuilder
271272
listen (~> 3.0.0)
272273
mini_racer
274+
package_json
273275
pry-byebug
274276
rails (~> 7.0.x)
275277
react-rails!

gemfiles/sprockets_4.gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ GEM
178178
notiffany (0.1.3)
179179
nenv (~> 0.1)
180180
shellany (~> 0.0)
181+
package_json (0.1.0)
181182
pry (0.12.2)
182183
coderay (~> 1.1.0)
183184
method_source (~> 0.9.0)
@@ -270,6 +271,7 @@ DEPENDENCIES
270271
jbuilder
271272
listen (~> 3.0.0)
272273
mini_racer
274+
package_json
273275
pry-byebug
274276
rails (~> 7.0.x)
275277
react-rails!

0 commit comments

Comments
 (0)