Skip to content

Commit

Permalink
Merge pull request #30 from navikt/dependabot/bundler/puma-6.3.0
Browse files Browse the repository at this point in the history
build(deps): bump puma from 5.6.5 to 6.3.0
  • Loading branch information
Kyrremann authored Jul 24, 2023
2 parents 7c9c14c + 397df01 commit bb030b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem 'grape', '~> 1.5'
gem 'grape_logging', '~> 1.8'
gem 'grape-swagger', '~> 1.3', '>= 1.3.1'
gem 'prometheus-client', '~> 2.1'
gem 'puma', '~> 5.6'
gem 'puma', '~> 6.3'
gem 'rack-cors', '~> 1.1'
gem 'rake', '~> 13.0'

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ GEM
ruby2_keywords (~> 0.0.1)
mustermann-grape (1.0.2)
mustermann (>= 1.0.0)
nio4r (2.5.8)
nio4r (2.5.9)
parallel (1.22.1)
parser (3.2.0.0)
ast (~> 2.4.1)
prometheus-client (2.1.0)
puma (5.6.5)
puma (6.3.0)
nio4r (~> 2.0)
rack (2.2.6.4)
rack-accept (0.4.5)
Expand Down Expand Up @@ -91,7 +91,7 @@ DEPENDENCIES
grape_logging (~> 1.8)
minitest (~> 5.14, >= 5.14.2)
prometheus-client (~> 2.1)
puma (~> 5.6)
puma (~> 6.3)
rack-cors (~> 1.1)
rack-test (~> 1.1)
rake (~> 13.0)
Expand Down

0 comments on commit bb030b4

Please sign in to comment.