Skip to content

Commit

Permalink
Bump puma from 6.4.3 to 6.5.0 in the patch-and-minor-dependencies group
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and simonneutert committed Nov 23, 2024
1 parent 0c0b034 commit e250c6c
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 @@ -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'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit e250c6c

Please sign in to comment.