Upgrade bundle and use mnemosyne-ruby 1.10.0.beta1

This commit is contained in:
Sebastian Serth
2020-03-05 16:11:12 +01:00
parent c48296f31d
commit f5da825567
2 changed files with 8 additions and 8 deletions

View File

@ -40,9 +40,9 @@ gem 'rails-timeago'
# Error Tracing
gem 'concurrent-ruby'
gem 'mnemosyne-ruby'
gem 'mnemosyne-ruby', '>=1.10.0.beta1'
gem 'newrelic_rpm'
gem 'sentry-raven', '< 3'
gem 'sentry-raven'
group :development, :staging do
gem 'bootsnap', require: false