We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdbe957 + 160d5e1 commit b148c4bCopy full SHA for b148c4b
2 files changed
Gemfile
@@ -27,7 +27,7 @@ group :development, :test do
27
gem "method_source", "~> 1"
28
gem "minitest", "~> 5"
29
gem "propshaft", "~> 1"
30
- gem "puma", "~> 6"
+ gem "puma", ">= 6"
31
gem "rake", "~> 13"
32
gem "rails-dom-testing", "~> 2.3.0"
33
gem "redis"
Gemfile.lock
@@ -218,7 +218,7 @@ GEM
218
date
219
stringio
220
public_suffix (6.0.2)
221
- puma (6.6.1)
+ puma (7.1.0)
222
nio4r (~> 2.0)
223
racc (1.8.1)
224
rack (3.2.3)
@@ -423,7 +423,7 @@ DEPENDENCIES
423
method_source (~> 1)
424
minitest (~> 5)
425
propshaft (~> 1)
426
- puma (~> 6)
+ puma (~> 7)
427
rails (~> 8)
428
rails-dom-testing (~> 2.3.0)
429
rake (~> 13)
0 commit comments