Skip to content

Commit

Permalink
build(deps): bump puma from 5.6.5 to 6.3.0
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 5.6.5 to 6.3.0.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v5.6.5...v6.3.0)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 24, 2023
1 parent 4b21431 commit e0da5e7
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', '~> 12.3'

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 (~> 12.3)
Expand Down

0 comments on commit e0da5e7

Please sign in to comment.