Skip to content

Commit 8cafba8

Browse files
authored
Merge pull request #17 from YuKitAs/dependabot/bundler/puma-5.6.2
Bump puma from 5.5.2 to 5.6.2
2 parents 774c09a + a7be50f commit 8cafba8

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.5.1")
10+
gem("puma", "~> 5.6.2")
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
@@ -82,7 +82,7 @@ GEM
8282
parallel (1.21.0)
8383
parser (3.0.2.0)
8484
ast (~> 2.4.1)
85-
puma (5.5.2)
85+
puma (5.6.2)
8686
nio4r (~> 2.0)
8787
racc (1.5.2)
8888
rack (2.2.3)
@@ -190,7 +190,7 @@ DEPENDENCIES
190190
database_cleaner
191191
jwt (~> 2.1.0)
192192
listen (~> 3.2.0)
193-
puma (~> 5.5.1)
193+
puma (~> 5.6.2)
194194
rails (~> 5.2.3)
195195
rspec
196196
rspec-mocks

0 commit comments

Comments
 (0)