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.
2 parents dd406ad + 29ce045 commit f64445cCopy full SHA for f64445c
Gemfile
@@ -13,7 +13,7 @@ gem 'acts_as_list'
13
gem 'bcrypt', '~> 3.1.20'
14
gem 'htmlentities'
15
gem "kt-paperclip", "~> 7.2"
16
-gem 'puma', '~> 6.4'
+gem 'puma', '~> 6.5'
17
gem 'rails_autolink'
18
gem 'RedCloth'
19
gem 'sanitize', '~> 6.1'
Gemfile.lock
@@ -198,7 +198,7 @@ GEM
198
ast (~> 2.4.1)
199
racc
200
pg (1.5.9)
201
- puma (6.4.3)
+ puma (6.5.0)
202
nio4r (~> 2.0)
203
racc (1.8.1)
204
rack (2.2.10)
@@ -372,7 +372,7 @@ DEPENDENCIES
372
mocha
373
mysql2 (~> 0.5)
374
pg (~> 1.5)
375
- puma (~> 6.4)
+ puma (~> 6.5)
376
rack-mini-profiler
377
rails (~> 6.1)
378
rails-controller-testing
0 commit comments