Skip to content

Commit 1fbcda1

Browse files
authored
Merge pull request #711 from ohbarye/dependabot/bundler/backend/puma-5.6.4
Bump puma from 5.5.2 to 5.6.4 in /backend
2 parents fc547ba + d89702d commit 1fbcda1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backend/Gemfile

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

backend/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ GEM
109109
racc (~> 1.4)
110110
pg (1.3.4)
111111
public_suffix (4.0.6)
112-
puma (5.5.2)
112+
puma (5.6.4)
113113
nio4r (~> 2.0)
114114
racc (1.6.0)
115115
rack (2.2.3)
@@ -199,7 +199,7 @@ DEPENDENCIES
199199
jbuilder (~> 2.11)
200200
listen (~> 3.7)
201201
pg (>= 0.18, < 2.0)
202-
puma (~> 5.5)
202+
puma (~> 5.6)
203203
rack-cors
204204
rack-mini-profiler (~> 2.3)
205205
rails (~> 6.1.5)

0 commit comments

Comments
 (0)