Skip to content

Commit

Permalink
fix(CVE): upgraded Sidekiq
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-mesnilgrente committed Feb 7, 2022
1 parent 4995c97 commit ed2291b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem 'parse-cron'
gem 'puma'
gem 'rails', '~> 6.1.4.4'
gem 'responders'
gem 'sidekiq', '~> 6.3.1'
gem 'sidekiq', '~> 6.4.0'
gem 'sinatra', require: nil
gem 'supplejack_common', github: 'DigitalNZ/supplejack_common', tag: 'v2.10.6.1'
# gem 'supplejack_common', path: '~/webspace/supplejack_common'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ GEM
sanitize (6.0.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
sidekiq (6.3.1)
sidekiq (6.4.0)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
Expand Down Expand Up @@ -468,7 +468,7 @@ DEPENDENCIES
rubocop
rubocop-rails_config
rubocop-rspec
sidekiq (~> 6.3.1)
sidekiq (~> 6.4.0)
sinatra
spring
spring-watcher-listen (~> 2.0.0)
Expand Down

0 comments on commit ed2291b

Please sign in to comment.