Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Bump puma from 3.11.3 to 3.12.4 in /backend #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 backend/Gemfile
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ end

gem 'rails', '~> 5.1.5'
gem 'pg', '>= 0.18', '< 2.0'
gem 'puma', '~> 3.7'
gem 'puma', '~> 3.12'

gem 'devise_token_auth'
gem 'omniauth'
4 changes: 2 additions & 2 deletions backend/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -88,7 +88,7 @@ GEM
method_source (~> 0.9.0)
pry-rails (0.3.6)
pry (>= 0.10.4)
puma (3.11.3)
puma (3.12.4)
rack (2.0.8)
rack-protection (2.0.1)
rack
@@ -177,7 +177,7 @@ DEPENDENCIES
pg (>= 0.18, < 2.0)
pry
pry-rails
puma (~> 3.7)
puma (~> 3.12)
rails (~> 5.1.5)
redis
rspec