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

Bump puma from 4.3.3 to 4.3.5 #9

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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gem "rails", "~> 6.0.2", ">= 6.0.2.2"
gem "sqlite3", "~> 1.4"
gem "puma", "~> 4.1"
gem "puma", "~> 4.3"
gem "sassc", "~> 2.1.0"
gem "sass-rails", ">= 6"
gem "webpacker", "~> 4.0"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ GEM
msgpack (1.3.3)
multi_json (1.14.1)
multipart-post (2.1.1)
nio4r (2.5.2)
nio4r (2.5.5)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
octicons (9.6.0)
nokogiri (>= 1.6.3.1)
public_suffix (4.0.4)
puma (4.3.3)
puma (4.3.5)
nio4r (~> 2.0)
rack (2.2.2)
rack-proxy (0.6.5)
Expand Down Expand Up @@ -241,7 +241,7 @@ DEPENDENCIES
listen (>= 3.0.5, < 3.2)
lograge
octicons
puma (~> 4.1)
puma (~> 4.3)
rails (~> 6.0.2, >= 6.0.2.2)
sass-rails (>= 6)
sassc (~> 2.1.0)
Expand Down