diff --git a/Gemfile b/Gemfile index 07cbd9b2..a6104ab3 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,7 @@ gem "httparty", "~> 0.21" gem "invisible_captcha" gem "omniauth-azure-activedirectory-v2" gem "rolify" -gem "sentry-rails", "~> 5.11" +gem "sentry-rails", "~> 5.12" group :test do gem "shoulda-matchers", "~> 5.0" diff --git a/Gemfile.lock b/Gemfile.lock index fc87f53e..dce9b068 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -218,7 +218,7 @@ GEM language_server-protocol (3.17.0.3) launchy (2.5.2) addressable (~> 2.8) - loofah (2.21.3) + loofah (2.21.4) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -402,10 +402,10 @@ GEM activerecord (>= 4.0.0) railties (>= 4.0.0) semantic_range (3.0.0) - sentry-rails (5.11.0) + sentry-rails (5.12.0) railties (>= 5.0) - sentry-ruby (~> 5.11.0) - sentry-ruby (5.11.0) + sentry-ruby (~> 5.12.0) + sentry-ruby (5.12.0) concurrent-ruby (~> 1.0, >= 1.0.2) shoulda-matchers (5.3.0) activesupport (>= 5.2.0) @@ -461,7 +461,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.11) + zeitwerk (2.6.12) PLATFORMS ruby @@ -507,7 +507,7 @@ DEPENDENCIES rubocop-rails rubocop-rspec scenic - sentry-rails (~> 5.11) + sentry-rails (~> 5.12) shoulda-matchers (~> 5.0) sidekiq (~> 6.5) sidekiq-cron (~> 1.10)