Browse Source

feat: specify rack version

pull/1342/head
natdeanlewissoftwire 3 years ago
parent
commit
f5f13ae37e
  1. 2
      Gemfile
  2. 1
      Gemfile.lock

2
Gemfile

@ -49,6 +49,7 @@ gem "paper_trail"
# Store active record objects in version whodunnits
gem "paper_trail-globalid"
# Request rate limiting
gem "rack", "~> 2.2.6"
gem "rack-attack"
gem "redis", "~> 4.8"
# Receive exceptions and configure alerts
@ -61,6 +62,7 @@ gem "auto_strip_attributes"
# Use sidekiq for background processing
gem "sidekiq"
gem "sidekiq-cron"
#R
group :development, :test do
# Check gems for known vulnerabilities

1
Gemfile.lock

@ -478,6 +478,7 @@ DEPENDENCIES
propshaft
pry-byebug
puma (~> 5.0)
rack (~> 2.2.6)
rack-attack
rack-mini-profiler (~> 2.0)
rails (~> 7.0.2)

Loading…
Cancel
Save