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 0fe6469 commit 46620eaCopy full SHA for 46620ea
Gemfile
@@ -21,7 +21,7 @@ gem "jsbundling-rails"
21
gem "nokogiri", "~> 1.19.0"
22
gem "pg"
23
gem "propshaft"
24
-gem "puma", "~> 7.0"
+gem "puma", "~> 8.0"
25
gem "rack-ssl"
26
gem "sass"
27
gem "stimulus-rails"
Gemfile.lock
@@ -256,7 +256,7 @@ GEM
256
date
257
stringio
258
public_suffix (7.0.5)
259
- puma (7.2.0)
+ puma (8.0.0)
260
nio4r (~> 2.0)
261
raabro (1.4.0)
262
racc (1.8.1)
@@ -481,7 +481,7 @@ DEPENDENCIES
481
pg
482
propshaft
483
pry-byebug
484
- puma (~> 7.0)
+ puma (~> 8.0)
485
rack-ssl
486
rails (~> 8.1.0)
487
rspec
0 commit comments