Skip to content

Commit

Permalink
Merge pull request #61 from danielmbrasil/dependabot-bundler-puma-5.2.2
Browse files Browse the repository at this point in the history
gems(deps): bump puma from 5.1.1 to 5.2.2
  • Loading branch information
danielmbrasil committed Mar 17, 2021
2 parents 3abe99c + 508b06b commit 000c2be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -8,7 +8,7 @@ gem 'rails', '~> 6.1.1'
# Use postgresql as the database for Active Record
gem 'pg', '~> 1.1'
# Use Puma as the app server
gem 'puma', '~> 5.0'
gem 'puma', '~> 5.2'
# 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
Expand Up @@ -144,7 +144,7 @@ GEM
pg (1.2.3)
popper_js (1.16.0)
public_suffix (4.0.6)
puma (5.1.1)
puma (5.2.2)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
Expand Down Expand Up @@ -263,7 +263,7 @@ DEPENDENCIES
jquery-rails
listen (~> 3.3)
pg (~> 1.1)
puma (~> 5.0)
puma (~> 5.2)
rack-mini-profiler (~> 2.0)
rails (~> 6.1.1)
rails-i18n
Expand Down

0 comments on commit 000c2be

Please sign in to comment.