Skip to content

Commit 0851f38

Browse files
Bump puma from 5.0.4 to 5.3.1
Bumps [puma](https://github.com/puma/puma) from 5.0.4 to 5.3.1. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v5.0.4...v5.3.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent dd3d0bb commit 0851f38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ end
77

88
gem("bcrypt", "~> 3.1.7")
99
gem("jwt", "~> 2.1.0")
10-
gem("puma", "~> 5.0.0")
10+
gem("puma", "~> 5.3.1")
1111
gem("rails", "~> 5.2.3")
1212
gem("rubocop")
1313
gem("sqlite3")

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ GEM
8888
parallel (1.20.1)
8989
parser (3.0.0.0)
9090
ast (~> 2.4.1)
91-
puma (5.0.4)
91+
puma (5.3.1)
9292
nio4r (~> 2.0)
9393
racc (1.5.2)
9494
rack (2.2.3)
@@ -196,7 +196,7 @@ DEPENDENCIES
196196
database_cleaner
197197
jwt (~> 2.1.0)
198198
listen (~> 3.2.0)
199-
puma (~> 5.0.0)
199+
puma (~> 5.3.1)
200200
rails (~> 5.2.3)
201201
rspec
202202
rspec-mocks

0 commit comments

Comments
 (0)