From 2d3600785b99dcfb2556133578732eb33af7024f Mon Sep 17 00:00:00 2001 From: yuenmichelle1 Date: Fri, 27 Oct 2023 13:22:16 -0500 Subject: [PATCH] reorder gemfile --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 446cfa9..d0bbf00 100644 --- a/Gemfile +++ b/Gemfile @@ -15,6 +15,8 @@ gem 'pundit' gem 'rails', '~> 7.0', '>= 7.0.4.3' # Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible gem 'rack-cors' +gem 'sentry-rails' +gem 'sentry-ruby' # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] @@ -32,8 +34,6 @@ gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] group :production, :staging do gem 'newrelic_rpm' - gem 'sentry-rails' - gem 'sentry-ruby' end group :development, :test do