Browse Source

Removes sentry version requirement in Gemfile

pull/289/head
Stéphane Meny 3 years ago
parent
commit
27a31e0555
No known key found for this signature in database
GPG Key ID: 9D0AFEA988527923
  1. 4
      Gemfile
  2. 4
      Gemfile.lock

4
Gemfile

@ -50,8 +50,8 @@ gem "paper_trail"
# Store active record objects in version whodunnits
gem "paper_trail-globalid"
# Receive exceptions and configure alerts
gem "sentry-rails", "~> 5.0", ">= 5.0.2"
gem "sentry-ruby", "~> 5.0", ">= 5.0.2"
gem "sentry-rails"
gem "sentry-ruby"
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console

4
Gemfile.lock

@ -495,8 +495,8 @@ DEPENDENCIES
rubocop-rails
scss_lint-govuk
selenium-webdriver
sentry-rails (~> 5.0, >= 5.0.2)
sentry-ruby (~> 5.0, >= 5.0.2)
sentry-rails
sentry-ruby
simplecov
timecop (~> 0.9.4)
two_factor_authentication!

Loading…
Cancel
Save