Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Bump puma from 3.12.3 to 4.3.12 in /schedules #55

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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion schedules/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end
gem 'rails', '~> 6.0'

# Use Puma as the app server
gem 'puma', '~> 3.12'
gem 'puma', '~> 4.3'

# Use SCSS for stylesheets
gem 'sass-rails'
Expand Down
5 changes: 3 additions & 2 deletions schedules/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ GEM
pry (~> 0.11)
yard (~> 0.9.11)
public_suffix (4.0.1)
puma (3.12.3)
puma (4.3.12)
nio4r (~> 2.0)
rack (2.0.7)
rack-cors (1.1.0)
rack (>= 2.0.0)
Expand Down Expand Up @@ -256,7 +257,7 @@ DEPENDENCIES
nokogiri
pry
pry-doc
puma (~> 3.12)
puma (~> 4.3)
rack-cors
rails (~> 6.0)
rubocop (~> 0.58.2)
Expand Down