Skip to content

Commit

Permalink
build(deps): bump puma from 6.2.1 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.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 18, 2023
1 parent 5408394 commit cd9b413
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 @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gem 'rack'

gem 'execjs'
gem 'puma', '~> 6.2'
gem 'puma', '~> 6.3'

gem 'net-imap', require: false
gem 'net-pop', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (5.0.1)
puma (6.2.1)
puma (6.3.1)
nio4r (~> 2.0)
puppet_forge (5.0.0)
faraday (~> 2.0)
Expand Down Expand Up @@ -547,7 +547,7 @@ DEPENDENCIES
opentelemetry-sdk
pg
pry-rails
puma (~> 6.2)
puma (~> 6.3)
puppet_forge
puppet_metadata (~> 2.0)
rack
Expand Down

0 comments on commit cd9b413

Please sign in to comment.