Skip to content

Commit 2b567cf

Browse files
author
Masato Ohba
authored
Merge pull request #214 from ohbarye/dependabot/bundler/backend/puma-4.2.1
Bump puma from 3.12.1 to 4.2.1 in /backend
2 parents 95517a4 + 510558c commit 2b567cf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

backend/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.0'
88
# Use postgresql as the database for Active Record
99
gem 'pg', '>= 0.18', '< 2.0'
1010
# Use Puma as the app server
11-
gem 'puma', '~> 3.12'
11+
gem 'puma', '~> 4.2'
1212
# See https://github.com/rails/execjs#readme for more supported runtimes
1313
# gem 'mini_racer', platforms: :ruby
1414

backend/Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ GEM
105105
mini_portile2 (~> 2.4.0)
106106
pg (1.1.4)
107107
public_suffix (4.0.1)
108-
puma (3.12.1)
108+
puma (4.2.1)
109+
nio4r (~> 2.0)
109110
rack (2.0.7)
110111
rack-cors (1.0.3)
111112
rack-test (1.1.0)
@@ -186,7 +187,7 @@ DEPENDENCIES
186187
jbuilder (~> 2.9)
187188
listen (>= 3.0.5, < 3.2)
188189
pg (>= 0.18, < 2.0)
189-
puma (~> 3.12)
190+
puma (~> 4.2)
190191
rack-cors
191192
rails (~> 6.0.0)
192193
selenium-webdriver

0 commit comments

Comments
 (0)