Skip to content

Commit a3436c8

Browse files
Bump puma from 6.4.0 to 6.4.2 (#319)
Bumps [puma](https://github.com/puma/puma) from 6.4.0 to 6.4.2. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v6.4.0...v6.4.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent afb39c8 commit a3436c8

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
@@ -27,7 +27,7 @@ gem "bootstrap-sass", "3.4.1"
2727
# Use sqlite3 as the database for Active Record
2828
# gem 'sqlite3'
2929
# Use Puma as the app server
30-
gem "puma", "~> 6.3"
30+
gem "puma", "~> 6.4"
3131
# Use SCSS for stylesheets
3232
gem "sass-rails", "~> 5.0"
3333

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ GEM
214214
newrelic_rpm (9.5.0)
215215
next_rails (1.3.0)
216216
colorize (>= 0.8.1)
217-
nio4r (2.5.9)
217+
nio4r (2.7.0)
218218
nokogiri (1.16.2-x86_64-darwin)
219219
racc (~> 1.4)
220220
nokogiri (1.16.2-x86_64-linux)
@@ -255,7 +255,7 @@ GEM
255255
psych (5.1.0)
256256
stringio
257257
public_suffix (5.0.3)
258-
puma (6.4.0)
258+
puma (6.4.2)
259259
nio4r (~> 2.0)
260260
pundit (2.3.1)
261261
activesupport (>= 3.0.0)
@@ -470,7 +470,7 @@ DEPENDENCIES
470470
next_rails
471471
ombu_labs-auth
472472
pg
473-
puma (~> 6.3)
473+
puma (~> 6.4)
474474
pundit (~> 2.2)
475475
rack-mini-profiler
476476
rails (~> 7.1.0)

0 commit comments

Comments
 (0)