diff --git a/Gemfile b/Gemfile index 3291837..22bf123 100644 --- a/Gemfile +++ b/Gemfile @@ -37,6 +37,6 @@ end # The average user does not need them. # And they start working only if there is a special setting group :production do - gem 'sentry-ruby', '~> 5.17', '>= 5.17.3' + gem 'sentry-ruby', '~> 5.18' gem 'stackprof', '~> 0.2.26' end diff --git a/Gemfile.lock b/Gemfile.lock index 0dbcb61..6bb48b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,7 +112,7 @@ GEM ruby-progressbar (1.13.0) ruby-units (4.0.3) ruby2_keywords (0.0.5) - sentry-ruby (5.17.3) + sentry-ruby (5.18.0) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) sinatra (4.0.0) @@ -158,7 +158,7 @@ DEPENDENCIES rubocop-rake (~> 0.6.0) rubocop-rspec (~> 2.29, >= 2.29.2) ruby-units (~> 4.0, >= 4.0.3) - sentry-ruby (~> 5.17, >= 5.17.3) + sentry-ruby (~> 5.18) sinatra (~> 4.0) sinatra-contrib (~> 4.0) stackprof (~> 0.2.26)