diff --git a/Gemfile b/Gemfile index 46f5cb5..b8d6c14 100644 --- a/Gemfile +++ b/Gemfile @@ -3,5 +3,6 @@ source "https://rubygems.org" # Specify your gem's dependencies in resque-alive.gemspec gemspec -gem "rake", "~> 12.0" -gem "rspec", "~> 3.0" +git 'https://github.com/ThirtyMadison/resque.git', branch: 'v1.27.4-without-retry-failed-jobs-button' do + gem 'resque' # Backend job processing +end \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index f66108a..19be0f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,15 @@ +GIT + remote: https://github.com/ThirtyMadison/resque.git + revision: 1074c556c1e16548130e40545a83bbb44ec90626 + branch: v1.27.4-without-retry-failed-jobs-button + specs: + resque (1.27.4) + mono_logger (~> 1.0) + multi_json (~> 1.0) + redis-namespace (~> 1.3) + sinatra (>= 0.9.2) + vegas (~> 0.1.2) + PATH remote: . specs: @@ -19,24 +31,18 @@ GEM mock_redis (0.26.0) mono_logger (1.1.0) multi_json (1.15.0) - mustermann (1.1.1) + mustermann (2.0.2) ruby2_keywords (~> 0.0.1) raabro (1.3.1) rack (2.2.3) - rack-protection (2.1.0) + rack-protection (2.2.4) rack rack-test (1.1.0) rack (>= 1.0, < 3) rake (12.3.3) redis (4.2.2) - redis-namespace (1.8.0) - redis (>= 3.0.4) - resque (2.0.0) - mono_logger (~> 1.0) - multi_json (~> 1.0) - redis-namespace (~> 1.6) - sinatra (>= 0.9.2) - vegas (~> 0.1.2) + redis-namespace (1.10.0) + redis (>= 4) resque-scheduler (4.4.0) mono_logger (~> 1.0) redis (>= 3.3) @@ -60,15 +66,15 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.3) - ruby2_keywords (0.0.2) + ruby2_keywords (0.0.5) rufus-scheduler (3.6.0) fugit (~> 1.1, >= 1.1.6) - sinatra (2.1.0) - mustermann (~> 1.0) + sinatra (2.2.4) + mustermann (~> 2.0) rack (~> 2.2) - rack-protection (= 2.1.0) + rack-protection (= 2.2.4) tilt (~> 2.0) - tilt (2.0.10) + tilt (2.1.0) tzinfo (2.0.2) concurrent-ruby (~> 1.0) vegas (0.1.11) @@ -83,6 +89,7 @@ DEPENDENCIES mock_redis rack-test rake (~> 12.0) + resque! resque-alive! resque_spec (~> 0.18.1) rspec (~> 3.0)