Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Bump puma from 3.11.0 to 4.3.12 in /ruby/rails/container/Application #332

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 ruby/rails/container/Application/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 'sqlite3'
# Use Puma as the app server
gem 'puma', '~> 3.7'
gem 'puma', '~> 4.3'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down
5 changes: 3 additions & 2 deletions ruby/rails/container/Application/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ GEM
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
public_suffix (3.0.2)
puma (3.11.0)
puma (4.3.12)
nio4r (~> 2.0)
rack (2.0.4)
rack-test (0.8.2)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -178,7 +179,7 @@ DEPENDENCIES
coffee-rails (~> 4.2)
jbuilder (~> 2.5)
listen (>= 3.0.5, < 3.2)
puma (~> 3.7)
puma (~> 4.3)
rails (~> 5.1.4)
sass-rails (~> 5.0)
selenium-webdriver
Expand Down