Skip to content

Commit

Permalink
Merge pull request #666 from voxpupuli/dependabot/bundler/puma-6.4.2
Browse files Browse the repository at this point in the history
build(deps): bump puma from 6.3.1 to 6.4.2
  • Loading branch information
bastelfreak committed Jan 18, 2024
2 parents 1f53bea + a3b39c3 commit 9abb2d0
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 @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gem 'rack'

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

gem 'net-imap', require: false
gem 'net-pop', require: false
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.9)
nio4r (2.7.0)
nokogiri (1.15.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand Down Expand Up @@ -349,7 +349,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (5.0.1)
puma (6.3.1)
puma (6.4.2)
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.3)
puma (~> 6.4)
puppet_forge
puppet_metadata (~> 2.0)
rack
Expand Down

0 comments on commit 9abb2d0

Please sign in to comment.