Skip to content

Commit 9d1ec12

Browse files
Bump puma from 5.1.1 to 5.2.2
Bumps [puma](https://github.com/puma/puma) from 5.1.1 to 5.2.2. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v5.1.1...v5.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 4a4412b commit 9d1ec12

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
@@ -1257,7 +1257,7 @@ GEM
12571257
nenv (0.3.0)
12581258
nested_form (0.3.2)
12591259
newrelic_rpm (6.15.0)
1260-
nio4r (2.5.4)
1260+
nio4r (2.5.5)
12611261
nokogiri (1.11.1)
12621262
mini_portile2 (~> 2.5.0)
12631263
racc (~> 1.4)
@@ -1302,7 +1302,7 @@ GEM
13021302
coderay (~> 1.1)
13031303
method_source (~> 1.0)
13041304
public_suffix (4.0.6)
1305-
puma (5.1.1)
1305+
puma (5.2.2)
13061306
nio4r (~> 2.0)
13071307
puma-heroku (2.0.0)
13081308
puma (>= 5.0, < 6.0)
@@ -1583,7 +1583,7 @@ DEPENDENCIES
15831583
paypal_client
15841584
pg (~> 1.2)
15851585
pry
1586-
puma (~> 5.1)
1586+
puma (~> 5.2)
15871587
puma-heroku
15881588
rack-mini-profiler
15891589
rails

0 commit comments

Comments
 (0)