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 8f6e9d0 commit 9c8cfb4Copy full SHA for 9c8cfb4
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.0.3)
236
nio4r (~> 2.0)
237
racc (1.8.1)
238
rack (3.1.16)
@@ -433,7 +433,7 @@ DEPENDENCIES
433
mini_racer
434
pg
435
pry-rails
436
- puma (~> 6.4)
+ puma (~> 7.0)
437
rails (~> 8.0)
438
rails_layout
439
rollbar
0 commit comments