Skip to content

Commit

Permalink
Merge pull request #51 from zilverline/dependabot/bundler/rails-blog/…
Browse files Browse the repository at this point in the history
…puma-5.6.7

Bump puma from 5.6.5 to 5.6.7 in /rails-blog
  • Loading branch information
lvonk authored Sep 5, 2023
2 parents 48de337 + d63cf74 commit 2011a31
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.8)
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 2011a31

Please sign in to comment.