diff --git a/Gemfile b/Gemfile index 1af9ee4476a44..fe2b3def981a0 100644 --- a/Gemfile +++ b/Gemfile @@ -97,7 +97,7 @@ gem "rolify", "~> 5.3" # Very simple Roles library gem "rouge", "~> 3.26" # A pure-ruby code highlighter gem "rubyzip", "~> 2.3" # Rubyzip is a ruby library for reading and writing zip files gem "s3_direct_upload", "~> 0.1" # Direct Upload to Amazon S3 -gem "sidekiq", "~> 6.1.3" # Sidekiq is used to process background jobs with the help of Redis +gem "sidekiq", "~> 6.2.0" # Sidekiq is used to process background jobs with the help of Redis gem "sidekiq-cron", "~> 1.1" # Allows execution of scheduled cron jobs as specific times gem "sidekiq-unique-jobs", "~> 7.0.4" # Ensures that Sidekiq jobs are unique when enqueued gem "sitemap_generator", "~> 6.1" # SitemapGenerator is a framework-agnostic XML Sitemap generator diff --git a/Gemfile.lock b/Gemfile.lock index 94e875db9f497..5c7d0b5671601 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -755,7 +755,7 @@ GEM shellany (0.0.1) shoulda-matchers (4.5.1) activesupport (>= 4.2.0) - sidekiq (6.1.3) + sidekiq (6.2.0) connection_pool (>= 2.2.2) rack (~> 2.0) redis (>= 4.2.0) @@ -1006,7 +1006,7 @@ DEPENDENCIES s3_direct_upload (~> 0.1) sassc-rails (~> 2.1.2) shoulda-matchers (~> 4.5.1) - sidekiq (~> 6.1.3) + sidekiq (~> 6.2.0) sidekiq-cron (~> 1.1) sidekiq-unique-jobs (~> 7.0.4) simplecov (~> 0.21.2) diff --git a/vendor/cache/sidekiq-6.1.3.gem b/vendor/cache/sidekiq-6.1.3.gem deleted file mode 100644 index 12963993fb61a..0000000000000 Binary files a/vendor/cache/sidekiq-6.1.3.gem and /dev/null differ diff --git a/vendor/cache/sidekiq-6.2.0.gem b/vendor/cache/sidekiq-6.2.0.gem new file mode 100644 index 0000000000000..c316b4983362d Binary files /dev/null and b/vendor/cache/sidekiq-6.2.0.gem differ