diff --git a/Gemfile b/Gemfile index 933aaf6..5fc18fe 100644 --- a/Gemfile +++ b/Gemfile @@ -59,7 +59,7 @@ gem 'sprockets-rails', '~> 3.5' gem 'platform-api', '~> 3.7', require: false gem 'sentry-ruby', '~> 5.17' -gem 'sentry-rails', '~> 5.17' +gem 'sentry-rails', '~> 5.22' gem 'sentry-sidekiq', '~> 5.21' gem 'chartkick', '~> 5.1' diff --git a/Gemfile.lock b/Gemfile.lock index 3167134..eca7c99 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -118,7 +118,7 @@ GEM actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) - io-console (0.7.2) + io-console (0.8.0) irb (1.14.1) rdoc (>= 4.0.0) reline (>= 0.4.2) @@ -134,7 +134,7 @@ GEM activerecord kaminari-core (= 1.2.2) kaminari-core (1.2.2) - logger (1.6.1) + logger (1.6.2) loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -149,7 +149,7 @@ GEM method_source (1.1.0) mini_magick (4.13.2) mini_mime (1.1.5) - minitest (5.25.2) + minitest (5.25.4) moneta (1.0.0) msgpack (1.7.5) multi_json (1.15.0) @@ -163,7 +163,7 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.4) - nokogiri (1.16.7-x86_64-linux) + nokogiri (1.16.8-x86_64-linux) racc (~> 1.4) pg (1.5.9) pg_search (2.3.7) @@ -173,7 +173,8 @@ GEM heroics (~> 0.1.1) moneta (~> 1.0.0) rate_throttle_client (~> 0.1.0) - psych (5.2.0) + psych (5.2.1) + date stringio puma (6.5.0) nio4r (~> 2.0) @@ -206,9 +207,9 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) + rails-html-sanitizer (1.6.1) loofah (~> 2.21) - nokogiri (~> 1.14) + nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) rails-i18n (7.0.10) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 8) @@ -228,7 +229,7 @@ GEM redis-client (>= 0.22.0) redis-client (0.22.2) connection_pool - reline (0.5.11) + reline (0.5.12) io-console (~> 0.5) rspec-core (3.13.2) rspec-support (~> 3.13.0) @@ -251,15 +252,15 @@ GEM ffi (~> 1.12) logger rubyzip (2.3.2) - securerandom (0.3.2) - sentry-rails (5.21.0) + securerandom (0.4.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) - sentry-sidekiq (5.21.0) - sentry-ruby (~> 5.21.0) + sentry-sidekiq (5.22.0) + sentry-ruby (~> 5.22.0) sidekiq (>= 3.0) sidekiq (7.3.6) connection_pool (>= 2.3.0) @@ -288,7 +289,7 @@ GEM railties (>= 6.0.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - useragent (0.16.10) + useragent (0.16.11) view_component (3.20.0) activesupport (>= 5.2.0, < 8.1) concurrent-ruby (~> 1.0) @@ -329,7 +330,7 @@ DEPENDENCIES redis (~> 5.3) rspec-rails (~> 7.0) rubyzip (~> 2.3) - sentry-rails (~> 5.17) + sentry-rails (~> 5.22) sentry-ruby (~> 5.17) sentry-sidekiq (~> 5.21) sidekiq (~> 7.3)