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

Bump puma from 4.3.5 to 4.3.8 #30

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 @@ -10,7 +10,7 @@ gem 'rails', '~> 6.0.2', '>= 6.0.2.2'
# Use pg as the database for Active Record
gem 'pg'
# Use Puma as the app server
gem 'puma', '~> 4.1'
gem 'puma', '~> 4.3'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# See https://github.com/rails/execjs#readme for more supported runtimes
Expand Down
32 changes: 8 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,9 @@ GEM
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.0512)
mimemagic (0.3.5)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.1)
Expand All @@ -246,8 +248,8 @@ GEM
net-ssh (>= 2.6.5, < 7.0.0)
net-ssh (6.0.2)
netrc (0.11.0)
nio4r (2.5.2)
nio4r (2.5.2-java)
nio4r (2.5.7)
nio4r (2.5.7-java)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
nokogiri (1.10.9-java)
Expand All @@ -260,9 +262,9 @@ GEM
pg (1.2.3-x64-mingw32)
pg (1.2.3-x86-mingw32)
public_suffix (4.0.5)
puma (4.3.5)
puma (4.3.8)
nio4r (~> 2.0)
puma (4.3.5-java)
puma (4.3.8-java)
nio4r (~> 2.0)
rack (2.2.2)
rack-cors (1.1.1)
Expand Down Expand Up @@ -316,24 +318,6 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rest-client (2.1.0-x64-mingw32)
ffi (~> 1.9)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rest-client (2.1.0-x86-mingw32)
ffi (~> 1.9)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rest-client (2.1.0-x86-mswin32)
ffi (~> 1.9)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rollbar (2.25.0)
ruby_dep (1.5.0)
rubyzip (2.3.0)
Expand Down Expand Up @@ -439,7 +423,7 @@ DEPENDENCIES
pagy
pg
public_suffix
puma (~> 4.1)
puma (~> 4.3)
rack-cors
rails (~> 6.0.2, >= 6.0.2.2)
rails-controller-testing
Expand Down