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

Bump puma from 3.6.0 to 3.12.6 in /backend #18

Open
wants to merge 1 commit into
base: master
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/Gemfile
Expand Up @@ -9,7 +9,7 @@ gem 'rails', '>= 5.0.0.rc2', '< 5.1'
gem 'sqlite3'
gem 'mysql2'
# Use Puma as the app server
gem 'puma', '~> 3.0'
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 backend/Gemfile.lock
Expand Up @@ -86,7 +86,7 @@ GEM
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
pkg-config (1.1.7)
puma (3.6.0)
puma (3.12.6)
rack (2.0.1)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -166,7 +166,7 @@ DEPENDENCIES
jquery-rails
listen (~> 3.0.5)
mysql2
puma (~> 3.0)
puma (~> 3.12)
rails (>= 5.0.0.rc2, < 5.1)
sass-rails (~> 5.0)
spring
Expand Down