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

Bump puma from 3.12.1 to 4.3.11 #7

Closed
wants to merge 1 commit into from
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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem 'tiny_tds'
gem 'activerecord-sqlserver-adapter'

# Use Puma as the app server
gem 'puma', '~> 3.7'
gem 'puma', '~> 4.3'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
# gem 'jbuilder', '~> 2.5'
# Use Redis adapter to run Action Cable in production
Expand Down
12 changes: 8 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ GEM
mime-types (3.3)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
mimemagic (0.3.3)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.12.2)
Expand All @@ -140,8 +142,10 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.9.0)
spoon (~> 0.0)
puma (3.12.1)
puma (3.12.1-java)
puma (4.3.11)
nio4r (~> 2.0)
puma (4.3.11-java)
nio4r (~> 2.0)
rack (2.0.7)
rack-protection (2.0.7)
rack
Expand Down Expand Up @@ -272,7 +276,7 @@ DEPENDENCIES
hsds_transformer (= 0.0.5)
listen (>= 3.0.5, < 3.2)
pry
puma (~> 3.7)
puma (~> 4.3)
rails (~> 5.2)
rspec-rails
spring
Expand Down