From 27a31e0555733e4ff823a7505a702712a71cb5fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Meny?= Date: Wed, 9 Feb 2022 16:52:29 +0000 Subject: [PATCH] Removes sentry version requirement in Gemfile --- Gemfile | 4 ++-- Gemfile.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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!