Gemfile in sentry-delayed_job-4.7.3 vs Gemfile in sentry-delayed_job-4.8.0

- old
+ new

@@ -6,11 +6,13 @@ # TODO: Remove this if https://github.com/jruby/jruby/issues/6547 is addressed gem "i18n", "<= 1.8.7" gem "rake", "~> 12.0" gem "rspec", "~> 3.0" -gem "codecov", "0.2.12" +gem 'simplecov' +gem "simplecov-cobertura", "~> 1.4" +gem "rexml" gem "delayed_job" gem "delayed_job_active_record" gem "rails" gem "activerecord-jdbcmysql-adapter", platform: :jruby @@ -19,6 +21,6 @@ gem "sentry-ruby", path: "../sentry-ruby" gem "sentry-rails", path: "../sentry-rails" gem "pry" -gem "debug", github: "ruby/debug" if RUBY_VERSION.to_f >= 2.6 +gem "debug", github: "ruby/debug", platform: :ruby if RUBY_VERSION.to_f >= 2.6