diff --git a/Gemfile b/Gemfile index 6504235..fa62601 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ gem "webauthn", "~> 3.0" gem "public_suffix", "~> 6.0" # Error tracking and performance monitoring (optional, configured via SENTRY_DSN) -gem "sentry-ruby", "~> 5.18" +gem "sentry-ruby", "~> 5.28" gem "sentry-rails", "~> 5.18" # Windows does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index 1facf4a..a4158bf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -336,7 +336,7 @@ GEM sentry-rails (5.28.0) railties (>= 5.0) sentry-ruby (~> 5.28.0) - sentry-ruby (5.28.0) + sentry-ruby (5.28.1) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) solid_cable (3.0.12) @@ -450,7 +450,7 @@ DEPENDENCIES rubocop-rails-omakase selenium-webdriver sentry-rails (~> 5.18) - sentry-ruby (~> 5.18) + sentry-ruby (~> 5.28) solid_cable solid_cache sqlite3 (>= 2.1)