diff --git a/Gemfile b/Gemfile index e8c7dd32a..377f213a0 100644 --- a/Gemfile +++ b/Gemfile @@ -78,7 +78,7 @@ gem 'audited', '~> 4.7' # Background job processing gem 'sidekiq', '< 7' -gem 'sidekiq-cron', '~> 1.1' +gem 'sidekiq-cron', github: 'codeRIT/sidekiq-cron', branch: 'master' # Misc support gems gem 'rails-settings-cached', '~> 0.7.2' diff --git a/Gemfile.lock b/Gemfile.lock index 8aec52905..f2f74f906 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,12 @@ +GIT + remote: https://github.com/codeRIT/sidekiq-cron.git + revision: 571d7d74d2828aea2f55381a83f73ac3450e8819 + branch: master + specs: + sidekiq-cron (1.2.0) + fugit (~> 1.1) + sidekiq (>= 4.2.1) + GEM remote: https://rubygems.org/ specs: @@ -149,9 +158,9 @@ GEM font-awesome-rails (4.7.0.5) railties (>= 3.2, < 6.1) formatador (0.2.5) - fugit (1.3.6) + fugit (1.4.2) et-orbi (~> 1.1, >= 1.1.8) - raabro (~> 1.3) + raabro (~> 1.4) fullcalendar-rails (3.9.0.0) jquery-rails (>= 4.0.5, < 5.0.0) jquery-ui-rails (>= 5.0.2) @@ -273,10 +282,8 @@ GEM public_suffix (4.0.5) puma (4.3.5) nio4r (~> 2.0) - raabro (1.3.1) + raabro (1.4.0) rack (2.2.3) - rack-protection (2.0.8.1) - rack rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.4.4) @@ -319,7 +326,7 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) redcarpet (3.5.0) - redis (4.2.1) + redis (4.2.5) regexp_parser (1.7.1) responders (3.0.1) actionpack (>= 5.0) @@ -367,14 +374,10 @@ GEM shoulda-context (2.0.0) shoulda-matchers (4.4.1) activesupport (>= 4.2.0) - sidekiq (6.0.7) + sidekiq (6.1.3) connection_pool (>= 2.2.2) rack (~> 2.0) - rack-protection (>= 2.0.0) - redis (>= 4.1.0) - sidekiq-cron (1.2.0) - fugit (~> 1.1) - sidekiq (>= 4.2.1) + redis (>= 4.2.0) simple_form (5.0.2) actionpack (>= 5.0) activemodel (>= 5.0) @@ -490,7 +493,7 @@ DEPENDENCIES shoulda (~> 4.0.0) shoulda-matchers (~> 4.4.0) sidekiq (< 7) - sidekiq-cron (~> 1.1) + sidekiq-cron! simple_form simple_spark simplecov diff --git a/vendor/cache/fugit-1.3.6.gem b/vendor/cache/fugit-1.3.6.gem deleted file mode 100644 index cad39ae0e..000000000 Binary files a/vendor/cache/fugit-1.3.6.gem and /dev/null differ diff --git a/vendor/cache/fugit-1.4.2.gem b/vendor/cache/fugit-1.4.2.gem new file mode 100644 index 000000000..4e0430480 Binary files /dev/null and b/vendor/cache/fugit-1.4.2.gem differ diff --git a/vendor/cache/raabro-1.3.1.gem b/vendor/cache/raabro-1.3.1.gem deleted file mode 100644 index d82114cd2..000000000 Binary files a/vendor/cache/raabro-1.3.1.gem and /dev/null differ diff --git a/vendor/cache/raabro-1.4.0.gem b/vendor/cache/raabro-1.4.0.gem new file mode 100644 index 000000000..44f6043be Binary files /dev/null and b/vendor/cache/raabro-1.4.0.gem differ diff --git a/vendor/cache/rack-protection-2.0.8.1.gem b/vendor/cache/rack-protection-2.0.8.1.gem deleted file mode 100644 index 2e6a53b42..000000000 Binary files a/vendor/cache/rack-protection-2.0.8.1.gem and /dev/null differ diff --git a/vendor/cache/redis-4.2.1.gem b/vendor/cache/redis-4.2.1.gem deleted file mode 100644 index 9d72f7304..000000000 Binary files a/vendor/cache/redis-4.2.1.gem and /dev/null differ diff --git a/vendor/cache/redis-4.2.5.gem b/vendor/cache/redis-4.2.5.gem new file mode 100644 index 000000000..1d0be7021 Binary files /dev/null and b/vendor/cache/redis-4.2.5.gem differ diff --git a/vendor/cache/sidekiq-6.0.7.gem b/vendor/cache/sidekiq-6.0.7.gem deleted file mode 100644 index 93bdb9068..000000000 Binary files a/vendor/cache/sidekiq-6.0.7.gem and /dev/null differ diff --git a/vendor/cache/sidekiq-6.1.3.gem b/vendor/cache/sidekiq-6.1.3.gem new file mode 100644 index 000000000..12963993f Binary files /dev/null and b/vendor/cache/sidekiq-6.1.3.gem differ diff --git a/vendor/cache/sidekiq-cron-1.2.0.gem b/vendor/cache/sidekiq-cron-1.2.0.gem deleted file mode 100644 index 1cf695a2e..000000000 Binary files a/vendor/cache/sidekiq-cron-1.2.0.gem and /dev/null differ