Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem 'fog-aws'
# Database adapter for PostgreSQL
gem 'pg', '>= 0.18', '< 2.0'
# Puma as the app server
gem 'puma', '~> 7.0'
gem 'puma', '~> 7.1'

# Pundit for authorization, custom fork for Better Together
gem 'pundit-resources', '~> 1.1.4', github: 'better-together-org/pundit-resources'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ GEM
i18n (>= 0.5.0)
railties (>= 6.1.0)
public_suffix (6.0.1)
puma (7.0.4)
puma (7.1.0)
nio4r (~> 2.0)
pundit (2.5.2)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -866,7 +866,7 @@ DEPENDENCIES
listen (>= 3.0.5, < 3.10)
pg (>= 0.18, < 2.0)
pry
puma (~> 7.0)
puma (~> 7.1)
pundit-resources (~> 1.1.4)!
rack-mini-profiler
rack-protection
Expand Down
Loading