Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump puma from 3.12.0 to 3.12.4 in /rails_app #13

Merged
merged 1 commit into from
Jul 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump puma from 3.12.0 to 3.12.4 in /rails_app
  • Loading branch information
dependabot[bot] committed Mar 4, 2020
commit 0936992c6c5c64c24a5080bb33137c5125ff9435
2 changes: 1 addition & 1 deletion rails_app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.1'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use Puma as the app server
gem 'puma', '~> 3.11'
gem 'puma', '~> 3.12'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down
4 changes: 2 additions & 2 deletions rails_app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ GEM
mini_portile2 (~> 2.4.0)
prometheus-client (0.8.0)
quantile (~> 0.2.1)
puma (3.12.0)
puma (3.12.4)
quantile (0.2.1)
rack (2.0.6)
rack-protection (2.0.4)
Expand Down Expand Up @@ -181,7 +181,7 @@ DEPENDENCIES
listen (>= 3.0.5, < 3.2)
mini_racer
prometheus-client
puma (~> 3.11)
puma (~> 3.12)
rails (~> 5.2.1)
sass-rails (~> 5.0)
sidekiq
Expand Down