Skip to content

Commit

Permalink
Bump puma from 6.2.2 to 6.3.1
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 6.2.2 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.2...v6.3.1)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 18, 2023
1 parent 9133dff commit 818f198
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem "pg", "~> 1.5"
gem "prawn", "~> 2.4"
gem "prawn-table", "~> 0.2.2"
gem "progressbar"
gem "puma", "~> 6.2"
gem "puma", "~> 6.3"
gem "pundit"
gem "rails", "~> 7.0.5"
gem "ransack"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.1)
puma (6.2.2)
puma (6.3.1)
nio4r (~> 2.0)
pundit (2.3.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -519,7 +519,7 @@ DEPENDENCIES
prawn-table (~> 0.2.2)
progressbar
pry
puma (~> 6.2)
puma (~> 6.3)
pundit
rails (~> 7.0.5)
rails-erd
Expand Down

0 comments on commit 818f198

Please sign in to comment.