Gemfile in sentry-resque-5.12.0 vs Gemfile in sentry-resque-5.13.0

- old
+ new

@@ -12,9 +12,12 @@ gem "rspec", "~> 3.0" gem 'simplecov' gem "simplecov-cobertura", "~> 1.4" gem "rexml" +# For https://github.com/ruby/psych/issues/655 +gem "psych", "5.1.0" + gem "resque-retry", "~> 1.8" if RUBY_VERSION.to_f >= 2.6 gem "debug", github: "ruby/debug", platform: :ruby gem "irb"