diff --git a/Gemfile b/Gemfile index 373c4d6f..2afe316d 100644 --- a/Gemfile +++ b/Gemfile @@ -68,8 +68,8 @@ gem 'vmstat', '~> 2.3.0' gem 'pghero', '~> 3.6.1' ## Exception handler -gem 'sentry-ruby', '~> 5.21.0' -gem 'sentry-rails', '~> 5.21.0' +gem 'sentry-ruby', '~> 5.22.0' +gem 'sentry-rails', '~> 5.22.0' # Background job gem 'good_job', '~> 4.5.1' diff --git a/Gemfile.lock b/Gemfile.lock index 81a94dbd..a9e2ba1f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -236,7 +236,7 @@ GEM ruby-vips (>= 2.0.17, < 3) image_size (3.4.0) interception (0.5) - io-console (0.7.2) + io-console (0.8.0) iostruct (0.2.0) irb (1.14.1) rdoc (>= 4.0.0) @@ -304,7 +304,7 @@ GEM mini_magick (4.13.1) mini_mime (1.1.5) mini_portile2 (2.8.8) - minitest (5.25.3) + minitest (5.25.4) msgpack (1.7.2) multi_json (1.15.0) multi_xml (0.7.1) @@ -409,7 +409,8 @@ GEM pry-rescue (1.6.0) interception (>= 0.5) pry (>= 0.12.0) - psych (5.2.0) + psych (5.2.1) + date stringio public_suffix (6.0.1) puma (6.5.0) @@ -547,10 +548,10 @@ GEM base64 rubyzip (2.3.2) securerandom (0.4.0) - sentry-rails (5.21.0) + sentry-rails (5.22.0) railties (>= 5.0) - sentry-ruby (~> 5.21.0) - sentry-ruby (5.21.0) + sentry-ruby (~> 5.22.0) + sentry-ruby (5.22.0) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) simple_form (5.3.1) @@ -596,7 +597,7 @@ GEM unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) uri (1.0.2) - useragent (0.16.10) + useragent (0.16.11) uuidtools (2.2.0) validate_url (1.0.15) activemodel (>= 3.0.0) @@ -697,8 +698,8 @@ DEPENDENCIES rswag-ui (~> 2.16.0) rubocop (>= 0.70) rubocop-rails - sentry-rails (~> 5.21.0) - sentry-ruby (~> 5.21.0) + sentry-rails (~> 5.22.0) + sentry-ruby (~> 5.22.0) simple_form (~> 5.3) slim-rails (~> 3.6.3) solid_cache (~> 1.0.6)