Skip to content

Commit

Permalink
reorder gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenmichelle1 committed Oct 27, 2023
1 parent 188e712 commit 2d36007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand All @@ -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
Expand Down

0 comments on commit 2d36007

Please sign in to comment.