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 1ca2ffa commit 370ceb3Copy full SHA for 370ceb3
Gemfile
@@ -14,7 +14,7 @@ gem "lograge", "~> 0.12"
14
gem "pg"
15
gem "pry-rails"
16
gem "mini_racer"
17
-gem "puma", "~> 6.4"
+gem "puma", "~> 7.0"
18
gem "rollbar"
19
gem "rails", "~> 8.0"
20
gem "sass-rails", "~> 6.0"
Gemfile.lock
@@ -232,7 +232,7 @@ GEM
232
date
233
stringio
234
public_suffix (6.0.1)
235
- puma (6.6.1)
+ puma (7.1.0)
236
nio4r (~> 2.0)
237
racc (1.8.1)
238
rack (3.1.18)
@@ -435,7 +435,7 @@ DEPENDENCIES
435
mini_racer
436
pg
437
pry-rails
438
- puma (~> 6.4)
+ puma (~> 7.0)
439
rails (~> 8.0)
440
rails_layout
441
rollbar
0 commit comments