diff --git a/Gemfile b/Gemfile index 7453c7c6e..957892ae2 100644 --- a/Gemfile +++ b/Gemfile @@ -34,9 +34,9 @@ gem 'rails-i18n', '~> 7.0.10' gem 'redis', '~> 5.4', '>= 5.4.1' gem 'rest-client', '~> 2.1.0' gem 'rqrcode', '~> 3.2' -gem 'sentry-rails', '~> 6.3' -gem 'sentry-ruby', '~> 6.3' -gem 'sentry-sidekiq', '~> 6.3' +gem 'sentry-rails', '~> 7.0' +gem 'sentry-ruby', '~> 7.0' +gem 'sentry-sidekiq', '~> 7.0' gem 'sidekiq', '~> 8.0.10' gem 'sidekiq-scheduler', '~> 6.0.1' gem 'simple_form', '~> 5.4.1' diff --git a/Gemfile.lock b/Gemfile.lock index b5aaa53cf..cda1597c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -119,7 +119,7 @@ GEM coderay (1.1.3) colorize (1.1.0) concurrent-ruby (1.3.8) - connection_pool (2.5.5) + connection_pool (3.0.2) crass (1.0.7) cssbundling-rails (1.4.3) railties (>= 6.0.0) @@ -218,11 +218,12 @@ GEM domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) - i18n (1.14.8) + i18n (1.15.2) concurrent-ruby (~> 1.0) - io-console (0.8.2) - irb (1.16.0) + io-console (0.9.2) + irb (1.18.0) pp (>= 0.6.0) + prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) jbuilder (2.14.1) @@ -234,7 +235,7 @@ GEM thor (>= 0.14, < 2.0) jsbundling-rails (1.3.1) railties (>= 6.0.0) - json (2.18.0) + json (2.21.2) jwt (3.1.2) base64 kaminari (1.2.2) @@ -359,9 +360,6 @@ GEM pry (>= 0.13, < 0.17) pry-rails (0.3.11) pry (>= 0.13.0) - psych (5.3.1) - date - stringio public_suffix (6.0.2) puma (7.2.0) nio4r (~> 2.0) @@ -405,8 +403,8 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.2) - loofah (~> 2.21) + rails-html-sanitizer (1.7.1) + loofah (~> 2.25, >= 2.25.2) 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) @@ -422,21 +420,26 @@ GEM tsort (>= 0.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.3.1) + rake (13.4.2) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) rb-readline (0.5.5) - rdoc (7.1.0) + rbs (4.2.0) + logger + prism (>= 1.6.0) + tsort + rdoc (8.0.0) erb - psych (>= 4.0.0) + prism (>= 1.6.0) + rbs (>= 4.0.0) tsort redis (5.4.1) redis-client (>= 0.22.0) - redis-client (0.26.4) + redis-client (0.30.1) connection_pool regexp_parser (2.11.3) - reline (0.6.3) + reline (0.7.0) io-console (~> 0.5) request_store (1.7.0) rack (>= 1.4) @@ -515,14 +518,15 @@ GEM sass-embedded (1.93.2-x86_64-linux-gnu) google-protobuf (~> 4.31) securerandom (0.4.1) - sentry-rails (6.3.0) + sentry-rails (7.0.0) railties (>= 5.2.0) - sentry-ruby (~> 6.3.0) - sentry-ruby (6.3.0) + sentry-ruby (~> 7.0.0) + sentry-ruby (7.0.0) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) - sentry-sidekiq (6.3.0) - sentry-ruby (~> 6.3.0) + logger + sentry-sidekiq (7.0.0) + sentry-ruby (~> 7.0.0) sidekiq (>= 5.0) shellany (0.0.1) sidekiq (8.0.10) @@ -568,7 +572,6 @@ GEM net-sftp (>= 2.1.2) net-ssh (>= 2.8.0) ostruct - stringio (3.2.0) terminal-notifier-guard (1.7.0) thor (1.5.0) timecop (0.9.10) @@ -603,7 +606,7 @@ GEM base64 websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.7.5) + zeitwerk (2.8.3) PLATFORMS x86_64-linux @@ -667,9 +670,9 @@ DEPENDENCIES rubocop-rails (~> 2.34, >= 2.34.3) rubocop-rspec (~> 3.9) rubocop-rspec_rails (~> 2.32) - sentry-rails (~> 6.3) - sentry-ruby (~> 6.3) - sentry-sidekiq (~> 6.3) + sentry-rails (~> 7.0) + sentry-ruby (~> 7.0) + sentry-sidekiq (~> 7.0) sidekiq (~> 8.0.10) sidekiq-scheduler (~> 6.0.1) simple_form (~> 5.4.1)