Skip to content

Commit fed3beb

Browse files
Bump puma from 5.6.7 to 5.6.8
Bumps [puma](https://github.com/puma/puma) from 5.6.7 to 5.6.8. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v5.6.7...v5.6.8) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef4255f commit fed3beb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem 'jbuilder'
1313
gem 'jquery-rails'
1414
gem 'omniauth-cas'
1515
gem 'pg', '~> 1.4.6'
16-
gem 'puma', '~> 5.0'
16+
gem 'puma', '~> 5.6'
1717
gem 'rails', '~> 7.0.4', '>= 7.0.4.3'
1818
gem 'rsolr', '>= 1.0', '< 3'
1919
gem 'sassc-rails', '~> 2.1'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ GEM
301301
psych (5.1.1.1)
302302
stringio
303303
public_suffix (5.0.4)
304-
puma (5.6.7)
304+
puma (5.6.8)
305305
nio4r (~> 2.0)
306306
racc (1.7.3)
307307
rack (2.2.8)
@@ -498,7 +498,7 @@ DEPENDENCIES
498498
jquery-rails
499499
omniauth-cas
500500
pg (~> 1.4.6)
501-
puma (~> 5.0)
501+
puma (~> 5.6)
502502
rails (~> 7.0.4, >= 7.0.4.3)
503503
rsolr (>= 1.0, < 3)
504504
rspec-rails

0 commit comments

Comments
 (0)