Skip to content

Commit

Permalink
Enables specifying multiple cron
Browse files Browse the repository at this point in the history
  • Loading branch information
Sydney committed Jun 14, 2016
1 parent 91f87be commit 184442c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gem 'mail'
gem 'sidekiq', '~> 3.5.0'
gem 'sidekiq-failures', '~> 0.4.0'
gem 'sinatra', require: false # for the Sidekiq UI
gem 'sidekiq_schedulable', '~> 0.0.3'
gem 'sidekiq_schedulable', '~> 0.1.1'

group :development, :test do
gem 'pry'
Expand Down
11 changes: 7 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ GEM
redis-namespace (~> 1.5, >= 1.5.2)
sidekiq-failures (0.4.5)
sidekiq (>= 2.16.0)
sidekiq_schedulable (0.0.3)
parse-cron (~> 0.1.4)
sidekiq (~> 3.0)
sidekiq_schedulable (0.1.1)
parse-cron (~> 0.1)
sidekiq (>= 3.0)
sinatra (1.4.6)
rack (~> 1.4)
rack-protection (~> 1.4)
Expand Down Expand Up @@ -257,7 +257,7 @@ DEPENDENCIES
rspec-sidekiq
sidekiq (~> 3.5.0)
sidekiq-failures (~> 0.4.0)
sidekiq_schedulable (~> 0.0.3)
sidekiq_schedulable (~> 0.1.1)
sinatra
timecop
torquebox (= 3.0.0)
Expand All @@ -266,3 +266,6 @@ DEPENDENCIES
warbler
webmock
zip

BUNDLED WITH
1.11.2

0 comments on commit 184442c

Please sign in to comment.