Skip to content

Commit 4d3df3c

Browse files
Bump puma from 5.6.2 to 5.6.4
Bumps [puma](https://github.com/puma/puma) from 5.6.2 to 5.6.4. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v5.6.2...v5.6.4) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 644d1a6 commit 4d3df3c

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.6.2")
10+
gem("puma", "~> 5.6.4")
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.1.1.0)
8484
ast (~> 2.4.1)
85-
puma (5.6.2)
85+
puma (5.6.4)
8686
nio4r (~> 2.0)
8787
racc (1.6.0)
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.6.2)
193+
puma (~> 5.6.4)
194194
rails (~> 5.2.3)
195195
rspec
196196
rspec-mocks

0 commit comments

Comments
 (0)