Skip to content

Commit

Permalink
Merge pull request #72 from arakawatomonori/dependabot/bundler/puma-5…
Browse files Browse the repository at this point in the history
….6.7

Bump puma from 4.3.12 to 5.6.7
  • Loading branch information
takano32 authored Sep 19, 2023
2 parents d83a79f + f363ccc commit 4b87540
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 @@ end
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.0.0'
# Use Puma as the app server
gem 'puma', '~> 4.3'
gem 'puma', '~> 5.6'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5'
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ GEM
mini_portile2 (2.8.0)
minitest (5.17.0)
msgpack (1.4.2)
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
Expand All @@ -108,7 +108,7 @@ GEM
pg (1.1.4)
pg (1.1.4-x64-mingw32)
public_suffix (4.0.6)
puma (4.3.12)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.6.1)
rack (2.2.6.4)
Expand Down Expand Up @@ -221,7 +221,7 @@ DEPENDENCIES
capybara (>= 2.15)
jbuilder (~> 2.7)
pg (~> 1.1.4)
puma (~> 4.3)
puma (~> 5.6)
rails (~> 6.0.0)
rubocop (~> 0.75.0)
sass-rails (~> 5)
Expand Down

0 comments on commit 4b87540

Please sign in to comment.