Skip to content

Commit

Permalink
Merge pull request #4207 from fjordllc/dependabot/bundler/puma-5.6.2
Browse files Browse the repository at this point in the history
Bump puma from 5.6.1 to 5.6.2
  • Loading branch information
komagata authored Feb 15, 2022
2 parents 665f775 + b1cad07 commit d910bda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ruby '3.1.0'
gem 'bootsnap', '>= 1.4.4', require: false
gem 'image_processing', '~> 1.2'
gem 'jbuilder', '~> 2.7'
gem 'puma', '~> 5.5'
gem 'puma', '~> 5.6'
gem 'rails', '~> 6.1.4.4'
gem 'sass-rails', '>= 6'
gem 'webpacker', '~> 5.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ GEM
psych (4.0.3)
stringio
public_suffix (4.0.6)
puma (5.6.1)
puma (5.6.2)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.3)
Expand Down Expand Up @@ -559,7 +559,7 @@ DEPENDENCIES
pg
postmark-rails
pry-byebug
puma (~> 5.5)
puma (~> 5.6)
rack-cors
rack-mini-profiler (~> 2.0)
rack-user_agent
Expand Down

0 comments on commit d910bda

Please sign in to comment.