Skip to content

Commit

Permalink
Bump puma from 5.6.5 to 5.6.7 in /rails-blog
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 5.6.5 to 5.6.7.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v5.6.5...v5.6.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent b4ff675 commit d63cf74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rails-blog/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'importmap-rails'
gem 'jbuilder'
gem 'octokit'
gem 'pg', '~> 1.4', '>= 1.4.3'
gem 'puma', '~> 5.0'
gem 'puma', '~> 5.6'
gem 'rack-oauth2'
gem 'rails', '~> 7.0.3', '>= 7.0.3.1'
gem 'redis', '~> 4.0'
Expand Down
6 changes: 3 additions & 3 deletions rails-blog/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ GEM
timeout
net-smtp (0.3.2)
net-protocol
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand All @@ -180,7 +180,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.0)
puma (5.6.5)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.6.2)
Expand Down Expand Up @@ -280,7 +280,7 @@ DEPENDENCIES
octokit
pg (~> 1.4, >= 1.4.3)
pry
puma (~> 5.0)
puma (~> 5.6)
rack-oauth2
rails (~> 7.0.3, >= 7.0.3.1)
redis (~> 4.0)
Expand Down

0 comments on commit d63cf74

Please sign in to comment.