Skip to content

Commit 7b2964d

Browse files
Bump puma from 6.2.1 to 6.3.1 (#298)
Bumps [puma](https://github.com/puma/puma) from 6.2.1 to 6.3.1. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v6.2.1...v6.3.1) --- 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 c518365 commit 7b2964d

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.2"
30+
gem "puma", "~> 6.3"
3131
# Use SCSS for stylesheets
3232
gem "sass-rails", "~> 5.0"
3333
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ GEM
197197
newrelic_rpm (9.1.0)
198198
next_rails (1.2.2)
199199
colorize (>= 0.8.1)
200-
nio4r (2.5.8)
200+
nio4r (2.5.9)
201201
nokogiri (1.14.3-x86_64-darwin)
202202
racc (~> 1.4)
203203
nokogiri (1.14.3-x86_64-linux)
@@ -236,7 +236,7 @@ GEM
236236
ast (~> 2.4.1)
237237
pg (1.4.6)
238238
public_suffix (5.0.1)
239-
puma (6.2.1)
239+
puma (6.3.1)
240240
nio4r (~> 2.0)
241241
pundit (2.3.0)
242242
activesupport (>= 3.0.0)
@@ -426,7 +426,7 @@ DEPENDENCIES
426426
next_rails
427427
ombu_labs-auth
428428
pg
429-
puma (~> 6.2)
429+
puma (~> 6.3)
430430
pundit (~> 2.2)
431431
rack-mini-profiler
432432
rails (~> 7.0.2)

0 commit comments

Comments
 (0)