Skip to content

Commit b8df7cb

Browse files
committed
2 parents da77fc1 + f865b5f commit b8df7cb

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
@@ -82,7 +82,7 @@ GEM
8282
parallel (1.20.1)
8383
parser (3.0.2.0)
8484
ast (~> 2.4.1)
85-
puma (5.0.4)
85+
puma (5.3.1)
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.0.0)
193+
puma (~> 5.3.1)
194194
rails (~> 5.2.3)
195195
rspec
196196
rspec-mocks

0 commit comments

Comments
 (0)