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 b993275 commit fb221a9Copy full SHA for fb221a9
Gemfile
@@ -8,7 +8,7 @@ gem 'rails', '~> 8.0.0'
8
gem 'sprockets-rails'
9
10
gem 'pg'
11
-gem 'puma', '~> 6.0'
+gem 'puma', '~> 7.0'
12
gem 'rugged', '1.9.0'
13
gem 'unf'
14
gem 'turbolinks', '~> 5'
Gemfile.lock
@@ -164,7 +164,7 @@ GEM
164
psych (5.2.6)
165
date
166
stringio
167
- puma (6.6.1)
+ puma (7.0.4)
168
nio4r (~> 2.0)
169
racc (1.8.1)
170
rack (3.2.1)
@@ -282,7 +282,7 @@ DEPENDENCIES
282
coffee-rails (~> 5.0.0)
283
ed25519
284
pg
285
- puma (~> 6.0)
+ puma (~> 7.0)
286
rails (~> 8.0.0)
287
rails-controller-testing
288
rbnacl (>= 3.2, < 8.0)
0 commit comments