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.
2 parents 56cd698 + 9f27225 commit 935186fCopy full SHA for 935186f
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
@@ -243,7 +243,7 @@ GEM
243
date
244
stringio
245
public_suffix (5.0.4)
246
- puma (6.5.0)
+ puma (6.6.0)
247
nio4r (~> 2.0)
248
racc (1.8.1)
249
rack (2.2.10)
@@ -415,7 +415,7 @@ DEPENDENCIES
415
jbuilder
416
jquery-rails
417
pg
418
- puma (~> 6.5)
+ puma (~> 6.6)
419
rack-cors
420
rails (~> 7.0.8)
421
redis (~> 5.3)
0 commit comments