diff --git a/Gemfile b/Gemfile index b28581c5d..80ae0f4f6 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 7a31b8398..860616d0f 100644 --- a/Gemfile.lock +++ b/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!