diff --git a/Gemfile b/Gemfile index 6543ad0..17051da 100644 --- a/Gemfile +++ b/Gemfile @@ -100,7 +100,7 @@ gem "sentry-ruby" gem "sentry", "~> 0.5.3" -gem "sentry-rails", "~> 5.13" +gem "sentry-rails", "~> 5.17" gem "solid_cache", "~> 0.2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 80bcc9d..be647ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,7 +99,7 @@ GEM backport (1.2.0) base64 (0.2.0) benchmark (0.3.0) - bigdecimal (3.1.6) + bigdecimal (3.1.7) bindata (2.4.15) bindex (0.8.1) bootsnap (1.18.3) @@ -146,8 +146,7 @@ GEM dotenv-rails (2.8.1) dotenv (= 2.8.1) railties (>= 3.2) - drb (2.2.0) - ruby2_keywords + drb (2.2.1) e2mmap (0.1.0) erb-formatter (0.7.1) syntax_tree (~> 6.0) @@ -159,14 +158,14 @@ GEM httparty (0.21.0) mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - i18n (1.14.1) + i18n (1.14.4) concurrent-ruby (~> 1.0) importmap-rails (1.2.3) actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) io-console (0.7.2) - irb (1.11.1) + irb (1.12.0) rdoc reline (>= 0.4.2) jaro_winkler (1.5.6) @@ -306,7 +305,7 @@ GEM psych (>= 4.0.0) redis (4.8.1) regexp_parser (2.9.0) - reline (0.4.2) + reline (0.4.3) io-console (~> 0.5) reverse_markdown (2.1.1) nokogiri @@ -336,7 +335,6 @@ GEM rubocop (>= 1.33.0, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (1.13.0) - ruby2_keywords (0.0.5) rubyzip (2.3.2) safety_net_attestation (0.4.0) jwt (~> 2.0) @@ -345,10 +343,11 @@ GEM rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) sentry (0.5.3) - sentry-rails (5.16.1) + sentry-rails (5.17.1) railties (>= 5.0) - sentry-ruby (~> 5.16.1) - sentry-ruby (5.16.1) + sentry-ruby (~> 5.17.1) + sentry-ruby (5.17.1) + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) solargraph (0.50.0) backport (~> 1.2) @@ -423,7 +422,7 @@ GEM spoom (~> 1.2.0, >= 1.2.0) thor (>= 1.2.0) yard-sorbet - thor (1.3.0) + thor (1.3.1) tilt (2.3.0) timeout (0.4.1) tpm-key_attestation (0.12.0) @@ -466,7 +465,7 @@ GEM yard-sorbet (0.8.1) sorbet-runtime (>= 0.5) yard (>= 0.9) - zeitwerk (2.6.12) + zeitwerk (2.6.13) PLATFORMS arm64-darwin @@ -508,7 +507,7 @@ DEPENDENCIES rubocop selenium-webdriver sentry (~> 0.5.3) - sentry-rails (~> 5.13) + sentry-rails (~> 5.17) sentry-ruby solargraph solid_cache (~> 0.2.0)