diff --git a/Gemfile b/Gemfile index b564c34c..a98cafd8 100644 --- a/Gemfile +++ b/Gemfile @@ -107,7 +107,3 @@ gem "image_processing", ">= 1.2" gem "devise-i18n", "~> 1.10" gem "dockerfile-rails", ">= 1.5", group: :development - -gem "sentry-ruby", "~> 5.10" - -gem "sentry-rails", "~> 5.10" diff --git a/Gemfile.lock b/Gemfile.lock index 251939a1..e3205863 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -366,11 +366,6 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - sentry-rails (5.10.0) - railties (>= 5.0) - sentry-ruby (~> 5.10.0) - sentry-ruby (5.10.0) - concurrent-ruby (~> 1.0, >= 1.0.2) shellany (0.0.1) sprockets (4.1.1) concurrent-ruby (~> 1.0) @@ -465,8 +460,6 @@ DEPENDENCIES rails-i18n (~> 7.0) rspec-rails (~> 6.0.0) selenium-webdriver - sentry-rails (~> 5.10) - sentry-ruby (~> 5.10) sprockets-rails standard (~> 1.29.0) standard-rails (~> 0.1.0)