We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5f0987 + 49d80b2 commit 0bc69e8Copy full SHA for 0bc69e8
Gemfile
@@ -9,7 +9,7 @@ ruby '3.4.3'
9
gem 'rails', '~> 8.0.3'
10
11
# Use Puma as the app server
12
-gem 'puma', '~> 7.0'
+gem 'puma', '~> 7.1'
13
14
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
15
gem 'propshaft'
Gemfile.lock
@@ -242,7 +242,7 @@ GEM
242
psych (5.2.6)
243
date
244
stringio
245
- puma (7.0.4)
+ puma (7.1.0)
246
nio4r (~> 2.0)
247
raabro (1.4.0)
248
racc (1.8.1)
@@ -445,7 +445,7 @@ DEPENDENCIES
445
listen (~> 3.9)
446
pg (~> 1.6.2)
447
propshaft
448
- puma (~> 7.0)
+ puma (~> 7.1)
449
rack-attack (~> 6.7.0)
450
rails (~> 8.0.3)
451
rails-controller-testing (~> 1.0.5, >= 1.0.5)
0 commit comments