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

Bump puma from 4.3.1 to 4.3.11 #30

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 @@ -10,7 +10,7 @@ gem 'jquery-rails'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4'
# Use Puma as the app server
gem 'puma', '~> 4.1'
gem 'puma', '~> 4.3'
# Use SCSS for stylesheets
gem 'sass-rails', '>= 6'

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@ GEM
minitest (5.14.0)
msgpack (1.3.3)
multipart-post (2.1.1)
nio4r (2.5.2)
nio4r (2.5.8)
nokogiri (1.10.8)
mini_portile2 (~> 2.4.0)
orm_adapter (0.5.0)
popper_js (1.16.0)
public_suffix (4.0.3)
puma (4.3.1)
puma (4.3.11)
nio4r (~> 2.0)
rack (2.2.2)
rack-proxy (0.6.5)
Expand Down Expand Up @@ -265,7 +265,7 @@ DEPENDENCIES
jbuilder (~> 2.7)
jquery-rails
listen (>= 3.0.5, < 3.2)
puma (~> 4.1)
puma (~> 4.3)
rails (~> 6.0.2, >= 6.0.2.1)
rspec-rails (~> 3.9)
sass-rails (>= 6)
Expand Down