We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0d9495 + ddcbb76 commit 108ea92Copy full SHA for 108ea92
2 files changed
Gemfile
@@ -12,7 +12,7 @@ gem "propshaft", "~> 1.0"
12
gem "pg"
13
14
# Use the Puma web server [https://github.com/puma/puma]
15
-gem "puma", "~> 7.0"
+gem "puma", "~> 8.0"
16
17
# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
18
gem "turbo-rails", "~> 2.0.3"
Gemfile.lock
@@ -299,7 +299,7 @@ GEM
299
date
300
stringio
301
public_suffix (7.0.5)
302
- puma (7.2.0)
+ puma (8.0.0)
303
nio4r (~> 2.0)
304
pundit (2.5.2)
305
activesupport (>= 3.0.0)
@@ -505,7 +505,7 @@ DEPENDENCIES
505
pagy (~> 43)
506
pg
507
propshaft (~> 1.0)
508
- puma (~> 7.0)
+ puma (~> 8.0)
509
pundit
510
rack-attack
511
rails (~> 8.1)
0 commit comments