Skip to content

Commit c2234ec

Browse files
Bump puma from 6.5.0 to 6.6.0 (#125)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 510af62 commit c2234ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'digest', '~> 3.1', '>= 3.1.1'
88
gem 'faraday', '~> 2.12'
99
gem 'ipaddr', '~> 1.2'
1010
gem 'json-schema', '~> 5.1'
11-
gem 'puma', '~> 6.4'
11+
gem 'puma', '~> 6.6'
1212
gem 'rainbow', '~> 3.1', '>= 3.1.1'
1313
gem 'rake', '~> 13.2', '>= 13.2.1'
1414
gem 'rqrcode', '~> 2.0'

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ GEM
6363
byebug (~> 11.0)
6464
pry (>= 0.13, < 0.15)
6565
public_suffix (6.0.1)
66-
puma (6.5.0)
66+
puma (6.6.0)
6767
nio4r (~> 2.0)
6868
racc (1.8.1)
6969
rack (3.1.8)
@@ -174,7 +174,7 @@ DEPENDENCIES
174174
ipaddr (~> 1.2)
175175
json-schema (~> 5.1)
176176
pry-byebug (~> 3.10, >= 3.10.1)
177-
puma (~> 6.4)
177+
puma (~> 6.6)
178178
rack-test (~> 2.2)
179179
rainbow (~> 3.1, >= 3.1.1)
180180
rake (~> 13.2, >= 13.2.1)

0 commit comments

Comments
 (0)