Skip to content

Commit 85f3254

Browse files
Bump puma from 3.12.2 to 4.3.1
Bumps [puma](https://github.com/puma/puma) from 3.12.2 to 4.3.1. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v3.12.2...v4.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 1547a23 commit 85f3254

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)