Downgrade sentry to work again.

This commit is contained in:
Sebastian Serth
2020-03-04 17:08:13 +01:00
parent 06b3059655
commit 9f2c12323e
2 changed files with 5 additions and 5 deletions

View File

@ -42,7 +42,7 @@ gem 'rails-timeago'
gem 'concurrent-ruby'
gem 'mnemosyne-ruby'
gem 'newrelic_rpm'
gem 'sentry-raven'
gem 'sentry-raven', '< 3'
group :development, :staging do
gem 'bootsnap', require: false