File tree Expand file tree Collapse file tree 4 files changed +35
-18
lines changed Expand file tree Collapse file tree 4 files changed +35
-18
lines changed Original file line number Diff line number Diff line change @@ -2,19 +2,22 @@ source "https://rubygems.org"
2
2
3
3
gem "bootstrap_form" , path : ".."
4
4
5
- gem "rails" , "~> 8.0.0"
6
-
7
5
gem "bootsnap" , require : false
8
6
gem "cssbundling-rails"
9
7
gem "htmlbeautifier"
10
8
gem "jbuilder"
11
9
gem "jsbundling-rails"
12
- gem "puma"
13
- gem "sprockets-rails" , require : "sprockets/railtie"
14
- gem "sqlite3"
10
+ gem "propshaft"
11
+ gem "puma" , ">= 5.0"
12
+ gem "rails" , "~> 8.0.0"
13
+ gem "sqlite3" , ">= 2.1"
14
+ gem "stimulus-rails"
15
+ gem "thruster" , require : false
16
+ gem "turbo-rails"
15
17
gem "tzinfo-data" , platforms : %i[ mingw mswin x64_mingw jruby ]
16
18
17
19
group :development , :test do
20
+ gem "brakeman" , require : false
18
21
gem "debug" , platforms : %i[ mri mingw x64_mingw ]
19
22
end
20
23
@@ -23,7 +26,7 @@ group :development do
23
26
end
24
27
25
28
group :test do
26
- gem "capybara-screenshot-diff"
29
+ gem "capybara-screenshot-diff" , require : false
27
30
gem "chunky_png" , "~> 1.4"
28
31
gem "selenium-webdriver"
29
32
end
Original file line number Diff line number Diff line change 87
87
bindex (0.8.1 )
88
88
bootsnap (1.18.4 )
89
89
msgpack (~> 1.2 )
90
+ brakeman (7.0.2 )
91
+ racc
90
92
builder (3.3.0 )
91
93
capybara (3.40.0 )
92
94
addressable
168
170
pp (0.6.2 )
169
171
prettyprint
170
172
prettyprint (0.2.0 )
173
+ propshaft (1.1.0 )
174
+ actionpack (>= 7.0.0 )
175
+ activesupport (>= 7.0.0 )
176
+ rack
177
+ railties (>= 7.0.0 )
171
178
psych (5.2.3 )
172
179
date
173
180
stringio
@@ -227,22 +234,25 @@ GEM
227
234
rexml (~> 3.2 , >= 3.2.5 )
228
235
rubyzip (>= 1.2.2 , < 3.0 )
229
236
websocket (~> 1.0 )
230
- sprockets (4.2.1 )
231
- concurrent-ruby (~> 1.0 )
232
- rack (>= 2.2.4 , < 4 )
233
- sprockets-rails (3.5.2 )
234
- actionpack (>= 6.1 )
235
- activesupport (>= 6.1 )
236
- sprockets (>= 3.0.0 )
237
237
sqlite3 (2.6.0-aarch64-linux-gnu )
238
238
sqlite3 (2.6.0-arm-linux-gnu )
239
239
sqlite3 (2.6.0-arm64-darwin )
240
240
sqlite3 (2.6.0-x86-linux-gnu )
241
241
sqlite3 (2.6.0-x86_64-darwin )
242
242
sqlite3 (2.6.0-x86_64-linux-gnu )
243
+ stimulus-rails (1.3.4 )
244
+ railties (>= 6.0.0 )
243
245
stringio (3.1.5 )
244
246
thor (1.3.2 )
247
+ thruster (0.1.14 )
248
+ thruster (0.1.14-aarch64-linux )
249
+ thruster (0.1.14-arm64-darwin )
250
+ thruster (0.1.14-x86_64-darwin )
251
+ thruster (0.1.14-x86_64-linux )
245
252
timeout (0.4.3 )
253
+ turbo-rails (2.0.16 )
254
+ actionpack (>= 7.1.0 )
255
+ railties (>= 7.1.0 )
246
256
tzinfo (2.0.6 )
247
257
concurrent-ruby (~> 1.0 )
248
258
uri (1.0.3 )
@@ -272,18 +282,22 @@ PLATFORMS
272
282
DEPENDENCIES
273
283
bootsnap
274
284
bootstrap_form !
285
+ brakeman
275
286
capybara-screenshot-diff
276
287
chunky_png (~> 1.4 )
277
288
cssbundling-rails
278
289
debug
279
290
htmlbeautifier
280
291
jbuilder
281
292
jsbundling-rails
282
- puma
293
+ propshaft
294
+ puma (>= 5.0 )
283
295
rails (~> 8.0.0 )
284
296
selenium-webdriver
285
- sprockets-rails
286
- sqlite3
297
+ sqlite3 (>= 2.1 )
298
+ stimulus-rails
299
+ thruster
300
+ turbo-rails
287
301
tzinfo-data
288
302
web-console
289
303
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ gem "bigdecimal" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
5
5
gem "drb" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
6
6
gem "mutex_m" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
7
7
gem "rails", "~> 8.0.1"
8
- gem "sprockets-rails", require: "sprockets/railtie "
8
+ gem "propshaft "
9
9
gem "sqlite3"
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ gem "bigdecimal" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
5
5
gem "drb" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
6
6
gem "mutex_m" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
7
7
gem "rails", git: "https://github.com/rails/rails.git", branch: "main"
8
- gem "sprockets-rails", require: "sprockets/railtie "
8
+ gem "propshaft "
9
9
gem "sqlite3"
You can’t perform that action at this time.
0 commit comments