Skip to content

Commit 41893ac

Browse files
Build(deps): Bump puma from 6.5.0 to 6.6.0
Bumps [puma](https://github.com/puma/puma) from 6.5.0 to 6.6.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v6.5.0...v6.6.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0668986 commit 41893ac

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
@@ -20,7 +20,7 @@ gem 'fog-aws'
2020
# Database adapter for PostgreSQL
2121
gem 'pg', '>= 0.18', '< 2.0'
2222
# Puma as the app server
23-
gem 'puma', '~> 6.5'
23+
gem 'puma', '~> 6.6'
2424

2525
# Pundit for authorization, custom fork for Better Together
2626
gem 'pundit-resources', '~> 1.1.4', github: 'better-together-org/pundit-resources'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ GEM
439439
date
440440
stringio
441441
public_suffix (6.0.1)
442-
puma (6.5.0)
442+
puma (6.6.0)
443443
nio4r (~> 2.0)
444444
pundit (2.4.0)
445445
activesupport (>= 3.0.0)
@@ -720,7 +720,7 @@ DEPENDENCIES
720720
listen (>= 3.0.5, < 3.10)
721721
pg (>= 0.18, < 2.0)
722722
pry
723-
puma (~> 6.5)
723+
puma (~> 6.6)
724724
pundit-resources (~> 1.1.4)!
725725
rack-mini-profiler
726726
rack-protection

0 commit comments

Comments
 (0)