Skip to content

Commit c7cfa2b

Browse files
authored
Merge pull request #888 from indentlabs/dependabot/bundler/puma-5.2.2
Bump puma from 5.1.1 to 5.2.2
2 parents bbf1ae8 + 9d1ec12 commit c7cfa2b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ruby "~> 2.6"
33

44
# Server
55
gem 'rails'
6-
gem 'puma', '~> 5.1'
6+
gem 'puma', '~> 5.2'
77
gem 'puma-heroku'
88
# gem 'bootsnap', require: false
99
gem 'sprockets', '~> 3.7.2'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ GEM
12621262
nenv (0.3.0)
12631263
nested_form (0.3.2)
12641264
newrelic_rpm (6.15.0)
1265-
nio4r (2.5.4)
1265+
nio4r (2.5.5)
12661266
nokogiri (1.11.1)
12671267
mini_portile2 (~> 2.5.0)
12681268
racc (~> 1.4)
@@ -1307,7 +1307,7 @@ GEM
13071307
coderay (~> 1.1)
13081308
method_source (~> 1.0)
13091309
public_suffix (4.0.6)
1310-
puma (5.1.1)
1310+
puma (5.2.2)
13111311
nio4r (~> 2.0)
13121312
puma-heroku (2.0.0)
13131313
puma (>= 5.0, < 6.0)
@@ -1588,7 +1588,7 @@ DEPENDENCIES
15881588
paypal_client
15891589
pg (~> 1.2)
15901590
pry
1591-
puma (~> 5.1)
1591+
puma (~> 5.2)
15921592
puma-heroku
15931593
rack-mini-profiler
15941594
rails

0 commit comments

Comments
 (0)