Skip to content

Commit

Permalink
use tm resque dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
briantenazas committed May 4, 2023
1 parent 0c9cb6a commit c3a4436
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 17 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
37 changes: 22 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -83,6 +89,7 @@ DEPENDENCIES
mock_redis
rack-test
rake (~> 12.0)
resque!
resque-alive!
resque_spec (~> 0.18.1)
rspec (~> 3.0)
Expand Down

0 comments on commit c3a4436

Please sign in to comment.