Skip to content

Commit

Permalink
chore: enable judoscale-resque to test against latest versions (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva authored Oct 22, 2024
1 parent 514976c commit 6fd131c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions judoscale-resque/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,3 @@ gem "judoscale-ruby", path: "../judoscale-ruby"
gem "minitest"
gem "rake"
gem "debug"

# Lock to known working versions to keep tests passing.
# Without this, `bundle install` will update `Gemfile.lock` due to
# https://github.com/rubygems/bundler/issues/6069
gem "resque", "~> 2.2.0"
gem "redis", "~> 4.0"
2 changes: 1 addition & 1 deletion judoscale-resque/test/latency_extension_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def lpop(key)
end

def pipelined
yield
yield self
end
end

Expand Down

0 comments on commit 6fd131c

Please sign in to comment.