Skip to content
Closed
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 @@ -93,7 +93,7 @@ gem 'paleta', '~> 0.3' # Color manipulation, used for badges
gem 'paper_trail', '~> 16.0' # Record previous versions of project data
gem 'pg', '~> 1.4' # PostgreSQL database, used for data storage
gem 'pg_search', '~> 2.3' # PostgreSQL full-text search
gem 'puma', '~> 6.5' # Faster webserver; recommended by Heroku
gem 'puma', '~> 7.0' # Faster webserver; recommended by Heroku
gem 'puma_worker_killer', '~> 1.0' # Band-aid: Restart to limit memory use
gem 'rack', '~> 3.2.0' # interface between web server + web framework (Rails)
gem 'rack-attack', '~> 6.7' # Implement rate limiting
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ GEM
date
stringio
public_suffix (6.0.2)
puma (6.6.1)
puma (7.0.3)
nio4r (~> 2.0)
puma_worker_killer (1.0.0)
bigdecimal (>= 2.0)
Expand Down Expand Up @@ -634,7 +634,7 @@ DEPENDENCIES
pg (~> 1.4)
pg_search (~> 2.3)
pry-byebug
puma (~> 6.5)
puma (~> 7.0)
puma_worker_killer (~> 1.0)
rack (~> 3.2.0)
rack-attack (~> 6.7)
Expand Down