We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9bf5a0 commit 3709f7bCopy full SHA for 3709f7b
2 files changed
Gemfile
@@ -15,7 +15,7 @@ gem 'pagy'
15
gem 'pg'
16
17
# Use Puma as the app server
18
-gem 'puma', '~> 7.0'
+gem 'puma', '~> 7.1'
19
20
# JSON serialization
21
gem 'blueprinter'
Gemfile.lock
@@ -259,7 +259,7 @@ GEM
259
date
260
stringio
261
public_suffix (6.0.2)
262
- puma (7.0.4)
+ puma (7.1.0)
263
nio4r (~> 2.0)
264
racc (1.8.1)
265
rack (3.2.3)
@@ -461,7 +461,7 @@ DEPENDENCIES
461
oj
462
pagy
463
pg
464
- puma (~> 7.0)
+ puma (~> 7.1)
465
rack-cors
466
rails (~> 8.0.3)
467
rspec-json_expectations
0 commit comments