Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump puma from 6.4.3 to 6.5.0 in the patch-and-minor-dependencies group #69

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump puma from 6.4.3 to 6.5.0 in the patch-and-minor-dependencies group
Bumps the patch-and-minor-dependencies group with 1 update: [puma](https://github.com/puma/puma).


Updates `puma` from 6.4.3 to 6.5.0
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v6.4.3...v6.5.0)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 23, 2024
commit cbc4dc98386460d62768d7925279c1ef00c466b7
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ source 'https://rubygems.org'
gem 'bigdecimal', '~> 3.1'
gem 'ka-ching-client', '~> 0.6.2'
gem 'money', '~> 6.16'
gem 'puma', '~> 6.4'
gem 'puma', '~> 6.5'
gem 'rack-unreloader', '~> 2.1'
gem 'rackup', '~> 2.2'
gem 'roda', '~> 3.86'
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ GEM
i18n (>= 0.6.4, <= 2)
net-http (0.5.0)
uri
nio4r (2.7.3)
nio4r (2.7.4)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
@@ -52,7 +52,7 @@ GEM
pry (0.15.0)
coderay (~> 1.1)
method_source (~> 1.0)
puma (6.4.3)
puma (6.5.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.8)
@@ -117,7 +117,7 @@ DEPENDENCIES
ka-ching-client (~> 0.6.2)
money (~> 6.16)
pry (~> 0.15.0)
puma (~> 6.4)
puma (~> 6.5)
rack-unreloader (~> 2.1)
rackup (~> 2.2)
rake (~> 13.1)
Loading