Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Bump puma from 3.12.1 to 3.12.2 #10

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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gem 'rails', '~> 5.1.6'
# Use pg instead
gem 'pg', '~> 0.18.4'
# 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 Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ GEM
i18n (>= 0.5.0)
railties (>= 3.0.0)
public_suffix (4.0.1)
puma (3.12.1)
puma (3.12.2)
rack (2.0.7)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -305,7 +305,7 @@ DEPENDENCIES
oink
pg (~> 0.18.4)
public_activity
puma (~> 3.7)
puma (~> 3.12)
rails (~> 5.1.6)
redis (~> 4.0, >= 4.0.1)
rolify
Expand Down