File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 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"
1515gem 'webpacker' , '~> 5.x.x'
1616
1717# Use the Puma web server [https://github.com/puma/puma]
18- gem "puma" , "~> 5.0 "
18+ gem "puma" , "~> 5.6 "
1919
2020# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
2121gem "importmap-rails"
Original file line number Diff line number Diff line change @@ -124,11 +124,13 @@ GEM
124124 timeout
125125 net-smtp (0.3.3 )
126126 net-protocol
127- nio4r (2.5.9 )
127+ nio4r (2.7.3 )
128128 nokogiri (1.15.3-x64-mingw-ucrt )
129129 racc (~> 1.4 )
130+ nokogiri (1.15.3-x86_64-linux )
131+ racc (~> 1.4 )
130132 public_suffix (5.0.3 )
131- puma (5.6.6 )
133+ puma (5.6.9 )
132134 nio4r (~> 2.0 )
133135 racc (1.7.1 )
134136 rack (2.2.7 )
183185 activesupport (>= 5.2 )
184186 sprockets (>= 3.0.0 )
185187 sqlite3 (1.6.3-x64-mingw-ucrt )
188+ sqlite3 (1.6.3-x86_64-linux )
186189 stimulus-rails (1.2.1 )
187190 railties (>= 6.0.0 )
188191 thor (1.2.2 )
@@ -219,14 +222,15 @@ GEM
219222
220223PLATFORMS
221224 x64-mingw-ucrt
225+ x86_64-linux
222226
223227DEPENDENCIES
224228 bootsnap
225229 capybara
226230 debug
227231 importmap-rails
228232 jbuilder
229- puma (~> 5.0 )
233+ puma (~> 5.6 )
230234 rails (~> 7.0.6 )
231235 selenium-webdriver
232236 sprockets-rails
You can’t perform that action at this time.
0 commit comments