upgrade sentry

This commit is contained in:
2021-05-05 20:44:37 +02:00
parent def27872b0
commit 84a8c94d0e
2 changed files with 9 additions and 9 deletions

View File

@@ -38,8 +38,8 @@ gem 'omniauth-rails_csrf_protection', '~> 0.1.2'
# A Ruby wrapper around Blizzard's Game Data and Profile APIs
gem 'rbattlenet', '~> 2.2.4', git: 'https://github.com/Dainii/rbattlenet'
# A gem that provides Rails integration for the Sentry error logger
gem 'sentry-rails', '~> 4.3.4'
gem 'sentry-ruby', '~> 4.3.2'
gem 'sentry-rails', '~> 4.4.0'
gem 'sentry-ruby', '~> 4.4.1'
# Simple, efficient background processing for Ruby
gem 'sidekiq', '~> 6.2.1'
# Agnostic pagination in plain ruby