Skip to content

Commit

Permalink
Merge pull request #141 from erickm32/dependabot/bundler/puma-5.3.1
Browse files Browse the repository at this point in the history
Bump puma from 5.2.2 to 5.3.1
  • Loading branch information
erickm32 authored May 13, 2021
2 parents 36c36b2 + b3c645f commit dbcb9ec
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 @@ -10,7 +10,7 @@ gem 'rails', '~> 6.1.3'
# Use sqlite3 as the database for Active Record
# Use Puma as the app server
gem 'pg', '~> 1.2'
gem 'puma', '~> 5.2'
gem 'puma', '~> 5.3'
# Use SCSS for stylesheets
gem 'sass-rails', '>= 6'
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ GEM
racc (~> 1.4)
pg (1.2.3)
public_suffix (4.0.6)
puma (5.2.2)
puma (5.3.1)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
Expand Down Expand Up @@ -231,7 +231,7 @@ DEPENDENCIES
jquery-rails
listen (>= 3.0.5, < 3.6)
pg (~> 1.2)
puma (~> 5.2)
puma (~> 5.3)
rails (~> 6.1.3)
rails-controller-testing
sass-rails (>= 6)
Expand Down

0 comments on commit dbcb9ec

Please sign in to comment.