Skip to content

Commit b28f08d

Browse files
authored
Merge pull request #16 from YuKitAs/dependabot/bundler/puma-5.5.1
Bump puma from 5.3.1 to 5.5.1
2 parents 9700d91 + 45efecf commit b28f08d

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
@@ -7,7 +7,7 @@ end
77

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

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ GEM
7676
method_source (1.0.0)
7777
mini_mime (1.1.0)
7878
minitest (5.14.4)
79-
nio4r (2.5.7)
79+
nio4r (2.5.8)
8080
nokogiri (1.12.5-x86_64-linux)
8181
racc (~> 1.4)
8282
parallel (1.20.1)
8383
parser (3.0.2.0)
8484
ast (~> 2.4.1)
85-
puma (5.3.1)
85+
puma (5.5.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.3.1)
193+
puma (~> 5.5.1)
194194
rails (~> 5.2.3)
195195
rspec
196196
rspec-mocks

0 commit comments

Comments
 (0)