Skip to content

Commit a8eb6e3

Browse files
authored
Merge pull request #298 from ZeusWPI/dependabot/bundler/puma-6.5.0
Bump puma from 6.4.3 to 6.5.0
2 parents 0baf7f4 + a645e2e commit a8eb6e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ gem 'bootsnap', require: false
4848

4949
group :development, :test do
5050
# Use the Puma web server [https://github.com/puma/puma]
51-
gem 'puma', '~> 6.4'
51+
gem 'puma', '~> 6.5'
5252

5353
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
5454
gem 'debug', platforms: %i[mri mingw x64_mingw]

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ GEM
204204
psych (5.2.0)
205205
stringio
206206
public_suffix (5.0.4)
207-
puma (6.4.3)
207+
puma (6.5.0)
208208
nio4r (~> 2.0)
209209
raabro (1.4.0)
210210
racc (1.8.1)
@@ -336,7 +336,7 @@ DEPENDENCIES
336336
jbuilder
337337
pg (~> 1.5)
338338
propshaft
339-
puma (~> 6.4)
339+
puma (~> 6.5)
340340
rack-cors
341341
rails (~> 8.0.0)
342342
rubocop-minitest (~> 0.36.0)

0 commit comments

Comments
 (0)