Skip to content

Commit

Permalink
Bump puma from 6.0.2 to 6.3.1 (#1105)
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 6.0.2 to 6.3.1.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v6.0.2...v6.3.1)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 18, 2023
1 parent c4ce127 commit 6419dbd
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 @@ -14,7 +14,7 @@ gem 'httparty'
gem 'jwt', '~> 2.6'
gem 'rails', '~> 7.0.4.2'
gem 'pg', '~> 1.4'
gem 'puma', '~> 6.0'
gem 'puma', '~> 6.3'
gem 'rack-cors', :require => 'rack/cors'
gem 'rack-brotli'
gem 'sassc-rails', '~> 2.1.2'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.14.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux)
Expand All @@ -225,7 +225,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (5.0.1)
puma (6.0.2)
puma (6.3.1)
nio4r (~> 2.0)
pundit (2.3.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -393,7 +393,7 @@ DEPENDENCIES
pg (~> 1.4)
postmark-rails
pry-rails
puma (~> 6.0)
puma (~> 6.3)
pundit (~> 2.3.0)
rack-brotli
rack-cors
Expand Down

0 comments on commit 6419dbd

Please sign in to comment.