gemfiles/resque_20.gemfile in instana-1.209.2 vs gemfiles/resque_20.gemfile in instana-1.209.3

- old
+ new

@@ -3,16 +3,17 @@ # (c) Copyright IBM Corp. 2021 # (c) Copyright Instana Inc. 2021 source "https://rubygems.org" +gem "redis", "< 5.0.0" gem "rake" gem "minitest", "5.9.1" gem "minitest-reporters" gem "webmock" gem "puma" gem "rubocop", "~> 1.9" gem "rack-test" gem "simplecov", "~> 0.21.2" -gem "resque", ">= 2.0", "< 3.0" +gem "resque", ">= 2.0", "< 2.3.0" gemspec path: "../"