Skip to content

Commit 62e89b7

Browse files
chore(deps): bump puma from 7.0.4 to 7.1.0
Bumps [puma](https://github.com/puma/puma) from 7.0.4 to 7.1.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](puma/puma@v7.0.4...v7.1.0) --- updated-dependencies: - dependency-name: puma dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b48d63e commit 62e89b7

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', '~> 7.0'
23+
gem 'puma', '~> 7.1'
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
@@ -527,7 +527,7 @@ GEM
527527
i18n (>= 0.5.0)
528528
railties (>= 6.1.0)
529529
public_suffix (6.0.1)
530-
puma (7.0.4)
530+
puma (7.1.0)
531531
nio4r (~> 2.0)
532532
pundit (2.5.2)
533533
activesupport (>= 3.0.0)
@@ -866,7 +866,7 @@ DEPENDENCIES
866866
listen (>= 3.0.5, < 3.10)
867867
pg (>= 0.18, < 2.0)
868868
pry
869-
puma (~> 7.0)
869+
puma (~> 7.1)
870870
pundit-resources (~> 1.1.4)!
871871
rack-mini-profiler
872872
rack-protection

0 commit comments

Comments
 (0)