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

Bump puma from 3.11.3 to 3.12.4 in /backend #10

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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 backend/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ end
ruby File.read('.ruby-version')

gem 'pg', '>= 0.18', '< 2.0'
gem 'puma', '~> 3.7'
gem 'puma', '~> 3.12'
gem 'rack-cors'
gem 'rails', '~> 5.1.6'
gem 'sass-rails', '~> 5.0'
Expand Down
4 changes: 2 additions & 2 deletions backend/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ GEM
pg (1.0.0)
powerpack (0.1.1)
public_suffix (3.0.2)
puma (3.11.3)
puma (3.12.4)
rack (2.0.4)
rack-cors (1.0.2)
rack-test (1.0.0)
Expand Down Expand Up @@ -251,7 +251,7 @@ DEPENDENCIES
letter_opener
listen (>= 3.0.5, < 3.2)
pg (>= 0.18, < 2.0)
puma (~> 3.7)
puma (~> 3.12)
rack-cors
rails (~> 5.1.6)
rspec-rails
Expand Down