Gemfile in sentry-rails-5.15.0 vs Gemfile in sentry-rails-5.15.1
- old
+ new
@@ -33,37 +33,21 @@
gem "sprockets-rails"
gem "sidekiq"
-gem "rspec", "~> 3.0"
-gem "rspec-retry"
gem "rspec-rails", "~> 4.0"
-gem 'simplecov'
-gem "simplecov-cobertura", "~> 1.4"
-gem "rexml"
ruby_version = Gem::Version.new(RUBY_VERSION)
if ruby_version < Gem::Version.new("2.5.0")
# https://github.com/flavorjones/loofah/pull/267
# loofah changed the required ruby version in a patch so we need to explicitly pin it
gem "loofah", "2.20.0"
end
-if ruby_version >= Gem::Version.new("2.6.0")
- gem "debug", github: "ruby/debug", platform: :ruby
- gem "irb"
-
- if ruby_version >= Gem::Version.new("3.0.0")
- gem "ruby-lsp-rspec"
- end
-end
-
-gem "rake", "~> 12.0"
-
-gem "pry"
-
gem "benchmark-ips"
gem "benchmark_driver"
gem "benchmark-ipsa"
gem "benchmark-memory"
+
+eval_gemfile File.expand_path("../Gemfile", __dir__)