Skip to content

Commit 17f923f

Browse files
authored
Merge pull request #14 from Widgetry/dependabot/bundler/puma-4.3.1
Bump puma from 3.12.2 to 4.3.1
2 parents 0cc493b + 85f3254 commit 17f923f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem 'rails', '5.1.7'
66
# Use postgresql as the database for Active Record
77
gem 'pg', '~> 0.18'
88
# Use Puma as the app server
9-
gem 'puma', '~> 3.12'
9+
gem 'puma', '~> 4.3'
1010
# use Devise Token Auth for token based authentication
1111
gem 'devise_token_auth'
1212
gem 'omniauth'

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ GEM
110110
pry-stack_explorer (0.4.9.3)
111111
binding_of_caller (>= 0.7)
112112
pry (>= 0.9.11)
113-
puma (3.12.2)
113+
puma (4.3.1)
114+
nio4r (~> 2.0)
114115
rack (2.1.2)
115116
rack-attack (5.0.1)
116117
rack
@@ -223,7 +224,7 @@ DEPENDENCIES
223224
pry-byebug
224225
pry-rails
225226
pry-stack_explorer
226-
puma (~> 3.12)
227+
puma (~> 4.3)
227228
rack-attack
228229
rack-cors
229230
rails (= 5.1.7)

0 commit comments

Comments
 (0)