We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b8c1b commit 9f27225Copy full SHA for 9f27225
Gemfile
@@ -15,7 +15,7 @@ gem 'sqlite3', '~> 1.7'
15
gem 'pg'
16
17
# Use the Puma web server [https://github.com/puma/puma]
18
-gem 'puma', '~> 6.5'
+gem 'puma', '~> 6.6'
19
20
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
21
gem 'importmap-rails'
Gemfile.lock
@@ -237,7 +237,7 @@ GEM
237
psych (5.1.2)
238
stringio
239
public_suffix (5.0.4)
240
- puma (6.5.0)
+ puma (6.6.0)
241
nio4r (~> 2.0)
242
racc (1.8.1)
243
rack (2.2.10)
@@ -407,7 +407,7 @@ DEPENDENCIES
407
jbuilder
408
jquery-rails
409
pg
410
- puma (~> 6.5)
+ puma (~> 6.6)
411
rack-cors
412
rails (~> 7.0.8)
413
redis (~> 5.3)
0 commit comments