Skip to content

Commit

Permalink
Bump puma from 6.1.1 to 6.2.2 (#48)
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 6.1.1 to 6.2.2.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v6.1.1...v6.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 26, 2023
1 parent 472b54c commit 6d81356
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 @@ -8,7 +8,7 @@ gem 'rails-i18n', '~> 7.0'
gem 'importmap-rails', '~> 1.1'
gem 'jbuilder', '~> 2.7'
gem 'bootsnap', '>= 1.4.4', require: false
gem 'puma', '~> 6.0'
gem 'puma', '~> 6.2'

group :development, :test do
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,13 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
popper_js (2.11.7)
public_suffix (5.0.1)
puma (6.1.1)
puma (6.2.2)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.7)
Expand Down Expand Up @@ -301,7 +301,7 @@ DEPENDENCIES
mysql2 (>= 0.5)
net-ftp
net-http
puma (~> 6.0)
puma (~> 6.2)
rack-mini-profiler (~> 2.0)
rails (~> 7.0)
rails-i18n (~> 7.0)
Expand Down

0 comments on commit 6d81356

Please sign in to comment.