File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ gem "sqlite3", "~> 1.4"
15
15
gem 'webpacker' , '~> 5.x.x'
16
16
17
17
# Use the Puma web server [https://github.com/puma/puma]
18
- gem "puma" , "~> 5.0 "
18
+ gem "puma" , "~> 5.6 "
19
19
20
20
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
21
21
gem "importmap-rails"
Original file line number Diff line number Diff line change @@ -124,11 +124,13 @@ GEM
124
124
timeout
125
125
net-smtp (0.3.3 )
126
126
net-protocol
127
- nio4r (2.5.9 )
127
+ nio4r (2.7.3 )
128
128
nokogiri (1.15.3-x64-mingw-ucrt )
129
129
racc (~> 1.4 )
130
+ nokogiri (1.15.3-x86_64-linux )
131
+ racc (~> 1.4 )
130
132
public_suffix (5.0.3 )
131
- puma (5.6.6 )
133
+ puma (5.6.9 )
132
134
nio4r (~> 2.0 )
133
135
racc (1.7.1 )
134
136
rack (2.2.7 )
183
185
activesupport (>= 5.2 )
184
186
sprockets (>= 3.0.0 )
185
187
sqlite3 (1.6.3-x64-mingw-ucrt )
188
+ sqlite3 (1.6.3-x86_64-linux )
186
189
stimulus-rails (1.2.1 )
187
190
railties (>= 6.0.0 )
188
191
thor (1.2.2 )
@@ -219,14 +222,15 @@ GEM
219
222
220
223
PLATFORMS
221
224
x64-mingw-ucrt
225
+ x86_64-linux
222
226
223
227
DEPENDENCIES
224
228
bootsnap
225
229
capybara
226
230
debug
227
231
importmap-rails
228
232
jbuilder
229
- puma (~> 5.0 )
233
+ puma (~> 5.6 )
230
234
rails (~> 7.0.6 )
231
235
selenium-webdriver
232
236
sprockets-rails
You can’t perform that action at this time.
0 commit comments