Skip to content

Commit d8bfcb9

Browse files
authored
Merge pull request #13 from YuKitAs/dependabot/bundler/puma-5.3.1
Bump puma from 5.0.4 to 5.3.1
2 parents dd3d0bb + 0851f38 commit d8bfcb9

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)