Skip to content

Commit f10081f

Browse files
dependabot[bot]YuKitAs
authored andcommitted
Bump puma from 5.6.5 to 5.6.7
Bumps [puma](https://github.com/puma/puma) from 5.6.5 to 5.6.7. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v5.6.5...v5.6.7) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 713b079 commit f10081f

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.6.4")
10+
gem("puma", "~> 5.6.7")
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
@@ -77,13 +77,13 @@ GEM
7777
method_source (1.0.0)
7878
mini_mime (1.1.2)
7979
minitest (5.17.0)
80-
nio4r (2.5.8)
80+
nio4r (2.5.9)
8181
nokogiri (1.14.3-x86_64-linux)
8282
racc (~> 1.4)
8383
parallel (1.22.1)
8484
parser (3.1.2.1)
8585
ast (~> 2.4.1)
86-
puma (5.6.5)
86+
puma (5.6.7)
8787
nio4r (~> 2.0)
8888
racc (1.6.2)
8989
rack (2.2.6.4)
@@ -192,7 +192,7 @@ DEPENDENCIES
192192
database_cleaner
193193
jwt (~> 2.1.0)
194194
listen (~> 3.2.0)
195-
puma (~> 5.6.4)
195+
puma (~> 5.6.7)
196196
rails (~> 5.2.3)
197197
rspec
198198
rspec-mocks

0 commit comments

Comments
 (0)