Skip to content

Commit 6f2c26c

Browse files
authored
Merge pull request #14 from RaspberryPiFoundation/dependabot/bundler/puma-5.6.2
Bump puma from 5.5.2 to 5.6.2
2 parents af505fc + 2ee0131 commit 6f2c26c

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
@@ -11,7 +11,7 @@ gem 'faraday'
1111
gem 'importmap-rails'
1212
gem 'jbuilder'
1313
gem 'pg', '~> 1.1'
14-
gem 'puma', '~> 5.0'
14+
gem 'puma', '~> 5.6'
1515
gem 'rack-cors'
1616
gem 'rails', '~> 7.0.0'
1717
gem 'sprockets-rails'

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ GEM
131131
byebug (~> 11.0)
132132
pry (~> 0.13.0)
133133
public_suffix (4.0.6)
134-
puma (5.5.2)
134+
puma (5.6.2)
135135
nio4r (~> 2.0)
136136
racc (1.6.0)
137137
rack (2.2.3)
@@ -260,7 +260,7 @@ DEPENDENCIES
260260
jbuilder
261261
pg (~> 1.1)
262262
pry-byebug
263-
puma (~> 5.0)
263+
puma (~> 5.6)
264264
rack-cors
265265
rails (~> 7.0.0)
266266
rspec

0 commit comments

Comments
 (0)