Skip to content

Commit f144e54

Browse files
authored
Merge pull request #221 from ohbarye/dependabot/bundler/backend/puma-4.3.0
Bump puma from 4.2.1 to 4.3.0 in /backend
2 parents 2ea94f9 + 2af2a32 commit f144e54

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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', '~> 4.2'
11+
gem 'puma', '~> 4.3'
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ GEM
100100
mini_portile2 (2.4.0)
101101
minitest (5.11.3)
102102
msgpack (1.3.1)
103-
nio4r (2.4.0)
103+
nio4r (2.5.2)
104104
nokogiri (1.10.4)
105105
mini_portile2 (~> 2.4.0)
106106
pg (1.1.4)
107107
public_suffix (4.0.1)
108-
puma (4.2.1)
108+
puma (4.3.0)
109109
nio4r (~> 2.0)
110110
rack (2.0.7)
111111
rack-cors (1.0.6)
@@ -188,7 +188,7 @@ DEPENDENCIES
188188
jbuilder (~> 2.9)
189189
listen (>= 3.0.5, < 3.2)
190190
pg (>= 0.18, < 2.0)
191-
puma (~> 4.2)
191+
puma (~> 4.3)
192192
rack-cors
193193
rails (~> 6.0.0)
194194
selenium-webdriver

0 commit comments

Comments
 (0)