diff --git a/Gemfile b/Gemfile index 2afad892..c3891be7 100644 --- a/Gemfile +++ b/Gemfile @@ -65,5 +65,5 @@ end group :production do gem "sentry-rails", "~> 5.22.1" - gem "sentry-ruby", "~> 5.22.1" + gem "sentry-ruby", "~> 5.22.4" end diff --git a/Gemfile.lock b/Gemfile.lock index 1e3b0b56..0d6712ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,7 +102,7 @@ GEM rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - concurrent-ruby (1.3.4) + concurrent-ruby (1.3.5) connection_pool (2.4.1) crass (1.0.6) cssbundling-rails (1.4.1) @@ -333,7 +333,7 @@ GEM sentry-rails (5.22.1) railties (>= 5.0) sentry-ruby (~> 5.22.1) - sentry-ruby (5.22.1) + sentry-ruby (5.22.4) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) shoulda-callback-matchers (1.1.4) @@ -442,7 +442,7 @@ DEPENDENCIES rubocop-rspec_rails selenium-webdriver (~> 4.27.0) sentry-rails (~> 5.22.1) - sentry-ruby (~> 5.22.1) + sentry-ruby (~> 5.22.4) shoulda-callback-matchers (~> 1.1.4) shoulda-matchers (~> 6.4.0) simple_form (~> 5.3.0)