We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce8e50 commit 0372d55Copy full SHA for 0372d55
Gemfile
@@ -13,7 +13,7 @@ gem "sprockets-rails"
13
gem "pg", "~> 1.1"
14
15
# Use the Puma web server [https://github.com/puma/puma]
16
-gem "puma", "~> 5.6"
+gem "puma", "~> 6.4"
17
18
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
19
gem "importmap-rails"
Gemfile.lock
@@ -273,7 +273,7 @@ GEM
273
activerecord (>= 5.2)
274
activesupport (>= 5.2)
275
public_suffix (5.0.1)
276
- puma (5.6.8)
+ puma (6.4.2)
277
nio4r (~> 2.0)
278
racc (1.7.1)
279
rack (2.2.7)
@@ -470,7 +470,7 @@ DEPENDENCIES
470
omniauth-google-oauth2
471
pg (~> 1.1)
472
pg_search
473
- puma (~> 5.6)
+ puma (~> 6.4)
474
rails (~> 7.1.3)
475
redis (~> 4.0)
476
rspec-rails (~> 6.0.0)
0 commit comments