source "https://rubygems.org" gem "sentry-ruby-core", path: "./" gem "sentry-ruby", path: "./" # 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 "rspec-retry" gem "codecov", "0.2.12" gem "pry" gem "rack" unless ENV["WITHOUT_RACK"] == "1" gem "benchmark-ips" gem "benchmark_driver" gem "benchmark-ipsa" gem "benchmark-memory"