Skip to content

Commit e250c6c

Browse files
dependabot[bot]simonneutert
authored andcommitted
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] <[email protected]>
1 parent 0c0b034 commit e250c6c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source 'https://rubygems.org'
55
gem 'bigdecimal', '~> 3.1'
66
gem 'ka-ching-client', '~> 0.6.2'
77
gem 'money', '~> 6.16'
8-
gem 'puma', '~> 6.4'
8+
gem 'puma', '~> 6.5'
99
gem 'rack-unreloader', '~> 2.1'
1010
gem 'rackup', '~> 2.2'
1111
gem 'roda', '~> 3.86'

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ GEM
3737
i18n (>= 0.6.4, <= 2)
3838
net-http (0.5.0)
3939
uri
40-
nio4r (2.7.3)
40+
nio4r (2.7.4)
4141
nokogiri (1.16.7)
4242
mini_portile2 (~> 2.8.2)
4343
racc (~> 1.4)
@@ -52,7 +52,7 @@ GEM
5252
pry (0.15.0)
5353
coderay (~> 1.1)
5454
method_source (~> 1.0)
55-
puma (6.4.3)
55+
puma (6.5.0)
5656
nio4r (~> 2.0)
5757
racc (1.8.1)
5858
rack (3.1.8)
@@ -117,7 +117,7 @@ DEPENDENCIES
117117
ka-ching-client (~> 0.6.2)
118118
money (~> 6.16)
119119
pry (~> 0.15.0)
120-
puma (~> 6.4)
120+
puma (~> 6.5)
121121
rack-unreloader (~> 2.1)
122122
rackup (~> 2.2)
123123
rake (~> 13.1)

0 commit comments

Comments
 (0)