diff --git a/Gemfile b/Gemfile index 7711a8a..3748fcf 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ gem "vite_rails", "~> 3.0" # Error tracking with Sentry for production deployments gem "sentry-ruby", "~> 5.22" -gem "sentry-rails", "~> 5.22" +gem "sentry-rails", "~> 5.28" # The Rails adapter for Inertia.js [https://inertia-rails.dev] gem "inertia_rails", "~> 3.6" diff --git a/Gemfile.lock b/Gemfile.lock index 4072344..9a9245a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,7 +79,7 @@ GEM bcrypt (3.1.20) bcrypt_pbkdf (1.1.1) benchmark (0.4.1) - bigdecimal (3.2.2) + bigdecimal (3.2.3) bindex (0.8.1) bootsnap (1.18.6) msgpack (~> 1.2) @@ -107,7 +107,7 @@ GEM faraday (>= 1.4.1, < 3.0) jwt (~> 2.5) concurrent-ruby (1.3.5) - connection_pool (2.5.3) + connection_pool (2.5.4) crass (1.0.6) date (3.4.1) debug (1.11.0) @@ -214,19 +214,19 @@ GEM net-protocol net-ssh (7.3.0) nio4r (2.7.4) - nokogiri (1.18.9-aarch64-linux-gnu) + nokogiri (1.18.10-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.9-aarch64-linux-musl) + nokogiri (1.18.10-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.18.9-arm-linux-gnu) + nokogiri (1.18.10-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.18.9-arm-linux-musl) + nokogiri (1.18.10-arm-linux-musl) racc (~> 1.4) - nokogiri (1.18.9-arm64-darwin) + nokogiri (1.18.10-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.9-x86_64-linux-gnu) + nokogiri (1.18.10-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.9-x86_64-linux-musl) + nokogiri (1.18.10-x86_64-linux-musl) racc (~> 1.4) ostruct (0.6.3) parallel (1.27.0) @@ -260,7 +260,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) - rack (3.2.0) + rack (3.2.1) rack-proxy (0.7.7) rack rack-session (2.1.1) @@ -362,10 +362,10 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 4.0) websocket (~> 1.0) - sentry-rails (5.26.0) + sentry-rails (5.28.0) railties (>= 5.0) - sentry-ruby (~> 5.26.0) - sentry-ruby (5.26.0) + sentry-ruby (~> 5.28.0) + sentry-ruby (5.28.0) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) solid_cable (3.0.12) @@ -462,7 +462,7 @@ DEPENDENCIES rspec-rails (~> 8.0) rubocop-rails-omakase selenium-webdriver - sentry-rails (~> 5.22) + sentry-rails (~> 5.28) sentry-ruby (~> 5.22) solid_cable solid_cache