Skip to content

Commit bbab686

Browse files
Bump puma from 5.6.8 to 5.6.9
Bumps [puma](https://github.com/puma/puma) from 5.6.8 to 5.6.9. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v5.6.8...v5.6.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 554cd20 commit bbab686

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
@@ -35,7 +35,7 @@ gem 'rails', '~> 6.1.7.7'
3535
#gem 'sqlite3'
3636
gem 'pg', '~> 1.2.3'
3737
# Use Puma as the app server
38-
gem 'puma', '~> 5.6.8'
38+
gem 'puma', '~> 5.6.9'
3939
# Use SCSS for stylesheets
4040
gem 'sass-rails', '~> 5.0'
4141
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ GEM
183183
orm_adapter (0.5.0)
184184
pg (1.2.3)
185185
public_suffix (6.0.1)
186-
puma (5.6.8)
186+
puma (5.6.9)
187187
nio4r (~> 2.0)
188188
racc (1.8.1)
189189
rack (2.2.9)
@@ -308,7 +308,7 @@ DEPENDENCIES
308308
letter_opener (~> 1.7.0)
309309
listen (>= 3.0.5, < 3.2)
310310
pg (~> 1.2.3)
311-
puma (~> 5.6.8)
311+
puma (~> 5.6.9)
312312
rails (~> 6.1.7.7)
313313
rb-readline
314314
rss (~> 0.3.1)

0 commit comments

Comments
 (0)