We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 375571d + cbf0a2b commit ad51accCopy full SHA for ad51acc
Gemfile
@@ -12,7 +12,7 @@ gem "activeresource", "~> 6.1"
12
gem "pg", "~> 1.5"
13
14
# Use the Puma web server [https://github.com/puma/puma]
15
-gem "puma", "~> 6.5.0"
+gem "puma", "~> 6.6.0"
16
17
# Used for handling authentication
18
gem "gds-sso"
Gemfile.lock
@@ -327,7 +327,7 @@ GEM
327
date
328
stringio
329
public_suffix (6.0.1)
330
- puma (6.5.0)
+ puma (6.6.0)
331
nio4r (~> 2.0)
332
pundit (2.4.0)
333
activesupport (>= 3.0.0)
@@ -554,7 +554,7 @@ DEPENDENCIES
554
omniauth-rails_csrf_protection
555
paper_trail
556
pg (~> 1.5)
557
- puma (~> 6.5.0)
+ puma (~> 6.6.0)
558
pundit
559
pundit-matchers
560
rails (= 8.0.1)
0 commit comments