Skip to content

Commit

Permalink
Bump puma from 6.2.1 to 6.3.1 (#298)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Oct 6, 2023
1 parent c518365 commit 7b2964d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gem "bootstrap-sass", "3.4.1"
# Use sqlite3 as the database for Active Record
# gem 'sqlite3'
# Use Puma as the app server
gem "puma", "~> 6.2"
gem "puma", "~> 6.3"
# Use SCSS for stylesheets
gem "sass-rails", "~> 5.0"
# Use Uglifier as compressor for JavaScript assets
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ GEM
newrelic_rpm (9.1.0)
next_rails (1.2.2)
colorize (>= 0.8.1)
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.14.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux)
Expand Down Expand Up @@ -236,7 +236,7 @@ GEM
ast (~> 2.4.1)
pg (1.4.6)
public_suffix (5.0.1)
puma (6.2.1)
puma (6.3.1)
nio4r (~> 2.0)
pundit (2.3.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -426,7 +426,7 @@ DEPENDENCIES
next_rails
ombu_labs-auth
pg
puma (~> 6.2)
puma (~> 6.3)
pundit (~> 2.2)
rack-mini-profiler
rails (~> 7.0.2)
Expand Down

0 comments on commit 7b2964d

Please sign in to comment.