Skip to content

Commit

Permalink
Updated Rack because of security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahW91 committed Mar 13, 2023
1 parent 735426d commit a8e1640
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem 'pg_search'
# Web server and background processing
gem 'puma'
gem 'redis-rails'
gem 'sidekiq'
gem 'sidekiq', '~> 6.5'
gem 'sidekiq-client-cli'
gem 'sidekiq-limit_fetch'
gem 'sinatra', require: false # Needed to monitor sidekiq jobs
Expand Down Expand Up @@ -57,6 +57,7 @@ gem 'net-scp'
gem 'net-sftp'
gem 'net-ssh'
gem 'roo-xls' # Handle excel files
gem "rack", ">= 2.2.6.3"
gem 'rubyzip', '~> 2.3.0' # Handle zip files
gem 'simple_form'
gem 'sprockets-rails', require: 'sprockets/railtie'
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ GEM
puma (5.6.4)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.4)
rack (2.2.6.3)
rack-contrib (2.3.0)
rack (~> 2.0)
rack-protection (2.2.1)
Expand Down Expand Up @@ -524,6 +524,7 @@ DEPENDENCIES
pg
pg_search
puma
rack (>= 2.2.6.3)
rails (= 5.2.8.1)
redis-rails
roo-xls
Expand All @@ -533,7 +534,7 @@ DEPENDENCIES
select2-rails
shoulda-callback-matchers
shoulda-matchers
sidekiq
sidekiq (~> 6.5)
sidekiq-client-cli
sidekiq-limit_fetch
simple_form
Expand Down

0 comments on commit a8e1640

Please sign in to comment.