Skip to content

Commit

Permalink
Use non-forked ci-queue gem
Browse files Browse the repository at this point in the history
Should work on hosted redis now Shopify/ci-queue#294
  • Loading branch information
schneems committed Dec 5, 2024
1 parent b1c482c commit 540a554
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ group :development, :test do
gem "parallel_tests"
gem 'rspec-retry'
gem 'json'
gem 'ci-queue', github: "schneems/ci-queue", branch: "schneems/allow-hosted-redis"
gem 'ci-queue'
gem 'redis'
gem 'dead_end'
end
14 changes: 4 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
GIT
remote: https://github.com/schneems/ci-queue.git
revision: 285353ba8bc58e1b2ed02dedf55730400c27e32b
branch: schneems/allow-hosted-redis
specs:
ci-queue (0.58.0)
logger

GEM
remote: https://rubygems.org/
specs:
base64 (0.2.0)
ci-queue (0.59.0)
logger
citrus (3.0.2)
connection_pool (2.4.1)
dead_end (4.0.0)
Expand All @@ -30,7 +24,7 @@ GEM
thor (~> 1)
threaded (~> 0)
json (2.7.2)
logger (1.6.1)
logger (1.6.2)
moneta (1.0.0)
multi_json (1.15.0)
parallel (1.25.1)
Expand Down Expand Up @@ -65,7 +59,7 @@ PLATFORMS
ruby

DEPENDENCIES
ci-queue!
ci-queue
dead_end
excon
heroku_hatchet
Expand Down

0 comments on commit 540a554

Please sign in to comment.