Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Bump puma from 3.12.0 to 3.12.4 in /users #547

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion users/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'rails', '~> 5.1.4'
# Use sqlite3 as the database for Active Record
gem 'pg'
# Use Puma as the app server
gem 'puma', '~> 3.7'
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 users/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ GEM
pry (~> 0.9)
slop (~> 3.0)
public_suffix (3.0.3)
puma (3.12.0)
puma (3.12.4)
rack (2.1.1)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -219,7 +219,7 @@ DEPENDENCIES
pry
pry-byebug
pry-remote
puma (~> 3.7)
puma (~> 3.12)
rails (~> 5.1.4)
redis (~> 3.0)
sass-rails (~> 5.0)
Expand Down