Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump resque-scheduler from 3.0.0 to 4.10.2 #919

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem 'mysql2', '~> 0.3.17'
gem 'puma', '~> 3.11.4'
gem 'redis', '~> 3.1'
gem "resque", '~> 1.25', :require => "resque/server"
gem 'resque-scheduler', '~> 3.0.0'
gem 'resque-scheduler', '~> 4.10.2'

# exernal services
gem 'google-api-client', '~> 0.10'
Expand Down
23 changes: 14 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,18 @@ GEM
faraday
multi_json
erubis (2.7.0)
et-orbi (1.2.7)
tzinfo
execjs (2.9.0)
faker (1.9.6)
i18n (>= 0.7)
faraday (0.17.6)
multipart-post (>= 1.2, < 3)
fast_gettext (0.9.2)
ffi (1.15.5)
fugit (1.9.0)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
gettext (3.1.9)
locale (>= 2.0.5)
text (>= 1.3.0)
Expand Down Expand Up @@ -281,6 +286,7 @@ GEM
polyglot (0.3.5)
public_suffix (4.0.7)
puma (3.11.4)
raabro (1.4.0)
rack (1.6.13)
rack-oauth2 (1.12.0)
activesupport
Expand Down Expand Up @@ -322,7 +328,7 @@ GEM
thor (>= 0.18.1, < 2.0)
rake (13.1.0)
redis (3.3.5)
redis-namespace (1.6.0)
redis-namespace (1.8.2)
redis (>= 3.0.4)
representable (3.0.4)
declarative (< 0.1.0)
Expand All @@ -337,11 +343,11 @@ GEM
redis-namespace (~> 1.3)
sinatra (>= 0.9.2)
vegas (~> 0.1.2)
resque-scheduler (3.0.0)
resque-scheduler (4.10.2)
mono_logger (~> 1.0)
redis (~> 3.0)
resque (~> 1.25)
rufus-scheduler (~> 2.0)
redis (>= 3.3)
resque (>= 1.27)
rufus-scheduler (~> 3.2, != 3.3)
resque_spec (0.18.1)
resque (>= 1.26.0)
rspec-core (>= 3.0.0)
Expand Down Expand Up @@ -376,8 +382,8 @@ GEM
ruby_parser (3.19.2)
sexp_processor (~> 4.16)
rubyzip (1.3.0)
rufus-scheduler (2.0.24)
tzinfo (>= 0.3.22)
rufus-scheduler (3.9.1)
fugit (~> 1.1, >= 1.1.6)
sass (3.2.19)
sass-rails (4.0.5)
railties (>= 4.0.0, < 5.0)
Expand Down Expand Up @@ -478,7 +484,6 @@ DEPENDENCIES
jquery-rails (~> 2.0.2)
knockoutjs-rails (~> 3.2.0)
lodash-rails
loofah (= 2.20.0)
machinist (= 1.0.6)
mini_magick
msgpack (~> 0.7.5)
Expand All @@ -494,7 +499,7 @@ DEPENDENCIES
rails-assets-knockout-sortable!
redis (~> 3.1)
resque (~> 1.25)
resque-scheduler (~> 3.0.0)
resque-scheduler (~> 4.10.2)
resque_spec
rspec-rails (~> 3.4.0)
rspec-retry
Expand Down
Loading