Skip to content

Commit

Permalink
Merge pull request #654 from voxpupuli/dependabot/bundler/puma-6.3.1
Browse files Browse the repository at this point in the history
build(deps): bump puma from 6.2.1 to 6.3.1
  • Loading branch information
bastelfreak authored Sep 12, 2023
2 parents 0714081 + 1825b22 commit 5fd56b4
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 5fd56b4

Please sign in to comment.