diff --git a/Gemfile b/Gemfile index e7625d5c9..7453c7c6e 100644 --- a/Gemfile +++ b/Gemfile @@ -2,15 +2,15 @@ source 'https://rubygems.org' gem 'active_model_otp', '~> 2.3', '>= 2.3.4' gem 'bcrypt', '~> 3.1.21' -gem 'bootsnap', '~> 1.20.1' +gem 'bootsnap', '~> 1.21.1' gem 'browser', '~> 6.2.0' gem 'cssbundling-rails', '~> 1.4', '>= 1.4.3' gem 'dartsass-rails', '~> 0.5.1' gem 'devise', '~>5.0.0' gem 'devise-i18n', '~>1.15.0' gem 'factory_bot_rails', '~> 6.5.1' -gem 'faker', '~> 3.5.3' -gem 'grover', '~> 1.2.4' +gem 'faker', '~> 3.6.0' +gem 'grover', '~> 1.2.6' gem 'http', '~> 5.3.1' gem 'jbuilder', '~> 2.14.1' gem 'jquery-rails', '~> 4.6.1' @@ -26,7 +26,7 @@ gem 'omniauth-oauth2', '~> 1.9.0' gem 'paper_trail', '~> 17.0.0' gem 'paranoia', '~> 3.1.0' gem 'pg', '~> 1.6.3' -gem 'puma', '~> 7.1.0' +gem 'puma', '~> 7.2.0' gem 'pundit', '~> 2.5.2' gem 'rack-attack', '~> 6.8.0' gem 'rails', '~> 7.2.3' @@ -34,14 +34,14 @@ 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.2' -gem 'sentry-ruby', '~> 6.2' -gem 'sentry-sidekiq', '~> 6.2' +gem 'sentry-rails', '~> 6.3' +gem 'sentry-ruby', '~> 6.3' +gem 'sentry-sidekiq', '~> 6.3' gem 'sidekiq', '~> 8.0.10' gem 'sidekiq-scheduler', '~> 6.0.1' gem 'simple_form', '~> 5.4.1' gem 'sprockets-rails', '~> 3.5', '>= 3.5.2' -gem 'turbo-rails', '~> 2.0', '>= 2.0.20' +gem 'turbo-rails', '~> 2.0', '>= 2.0.23' gem 'uglifier', '~> 4.2.1' gem 'validates_timeliness', '~> 7.1.0' @@ -55,7 +55,7 @@ group :development, :test do gem 'dotenv-rails', '~> 3.2.0' gem 'guard-livereload', '~> 2.5.2' gem 'guard-rspec', '~> 4.7.3', require: false - gem 'pry-byebug', '~> 3.11.0' + gem 'pry-byebug', '~> 3.12.0' gem 'pry-rails', '~> 0.3.11' gem 'rb-readline', '~> 0.5.5' gem 'rspec-rails', '~> 8.0.2' @@ -64,7 +64,7 @@ end group :development do gem 'capistrano-sidekiq', '~> 3.2.0' gem 'foreman', '~> 0.90.0', require: false - gem 'listen', '~> 3.9.0' + gem 'listen', '~> 3.10.0' gem 'mina', '~> 1.2.5' gem 'spring', '~> 4.4.0', require: false gem 'spring-commands-rspec', '~> 1.0.4', require: false @@ -74,7 +74,7 @@ end group :test do gem 'rails-controller-testing', '~> 1.0.5' - gem 'rubocop', '~> 1.82.1', require: false + gem 'rubocop', '~> 1.84.0', require: false gem 'rubocop-factory_bot', '~> 2.28.0', require: false gem 'rubocop-performance', '~> 1.26', '>= 1.26.1', require: false gem 'rubocop-rails', '~> 2.34', '>= 2.34.3', require: false diff --git a/Gemfile.lock b/Gemfile.lock index c3aaf637e..a85d978ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,7 +92,7 @@ GEM rouge (>= 1.0.0) bigdecimal (3.3.1) bindex (0.8.1) - bootsnap (1.20.1) + bootsnap (1.21.1) msgpack (~> 1.2) brakeman (8.0.1) racc @@ -101,7 +101,8 @@ GEM bullet (8.1.0) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) - byebug (12.0.0) + byebug (13.0.0) + reline (>= 0.6.0) capistrano (3.19.2) airbrussh (>= 1.0.0) i18n @@ -118,7 +119,7 @@ GEM coderay (1.1.3) colorize (1.1.0) concurrent-ruby (1.3.6) - connection_pool (2.5.5) + connection_pool (3.0.2) crass (1.0.6) cssbundling-rails (1.4.3) railties (>= 6.0.0) @@ -159,7 +160,7 @@ GEM factory_bot_rails (6.5.1) factory_bot (~> 6.5) railties (>= 6.1.0) - faker (3.5.3) + faker (3.6.0) i18n (>= 1.8.11, < 2) faraday (2.14.0) faraday-net_http (>= 2.0, < 3.5) @@ -167,7 +168,7 @@ GEM logger faraday-net_http (3.4.1) net-http (>= 0.5.0) - ffi (1.17.2-x86_64-linux-gnu) + ffi (1.17.3-x86_64-linux-gnu) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -183,7 +184,7 @@ GEM google-protobuf (4.33.0-x86_64-linux-gnu) bigdecimal rake (>= 13) - grover (1.2.4) + grover (1.2.6) nokogiri (~> 1) guard (2.19.1) formatador (>= 0.2.4) @@ -250,7 +251,8 @@ GEM kaminari-core (1.2.2) language_server-protocol (3.17.0.5) lint_roller (1.1.0) - listen (3.9.0) + listen (3.10.0) + logger rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) llhttp-ffi (0.5.1) @@ -339,27 +341,28 @@ GEM parallel (1.27.0) paranoia (3.1.0) activerecord (>= 7, < 8.2) - parser (3.3.10.0) + parser (3.3.10.1) ast (~> 2.4.1) racc pg (1.6.3-x86_64-linux) pp (0.6.3) prettyprint prettyprint (0.2.0) - prism (1.7.0) - pry (0.15.2) + prism (1.9.0) + pry (0.16.0) coderay (~> 1.1) method_source (~> 1.0) - pry-byebug (3.11.0) - byebug (~> 12.0) - pry (>= 0.13, < 0.16) + reline (>= 0.6.0) + pry-byebug (3.12.0) + byebug (~> 13.0) + 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.1.0) + puma (7.2.0) nio4r (~> 2.0) pundit (2.5.2) activesupport (>= 3.0.0) @@ -429,7 +432,7 @@ GEM tsort redis (5.4.1) redis-client (>= 0.22.0) - redis-client (0.26.3) + redis-client (0.26.4) connection_pool regexp_parser (2.11.3) reline (0.6.3) @@ -471,7 +474,7 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.6) - rubocop (1.82.1) + rubocop (1.84.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -479,7 +482,7 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.48.0, < 2.0) + rubocop-ast (>= 1.49.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.49.0) @@ -511,22 +514,22 @@ GEM sass-embedded (1.93.2-x86_64-linux-gnu) google-protobuf (~> 4.31) securerandom (0.4.1) - sentry-rails (6.2.0) + sentry-rails (6.3.0) railties (>= 5.2.0) - sentry-ruby (~> 6.2.0) - sentry-ruby (6.2.0) + sentry-ruby (~> 6.3.0) + sentry-ruby (6.3.0) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) - sentry-sidekiq (6.2.0) - sentry-ruby (~> 6.2.0) + sentry-sidekiq (6.3.0) + sentry-ruby (~> 6.3.0) sidekiq (>= 5.0) shellany (0.0.1) sidekiq (8.0.10) - connection_pool (>= 2.5.0) - json (>= 2.9.0) - logger (>= 1.6.2) - rack (>= 3.1.0) - redis-client (>= 0.23.2) + connection_pool (>= 3.0.0) + json (>= 2.16.0) + logger (>= 1.7.0) + rack (>= 3.2.0) + redis-client (>= 0.26.0) sidekiq-scheduler (6.0.1) rufus-scheduler (~> 3.2) sidekiq (>= 7.3, < 9) @@ -571,7 +574,7 @@ GEM timeliness (0.5.3) timeout (0.6.0) tsort (0.2.0) - turbo-rails (2.0.20) + turbo-rails (2.0.23) actionpack (>= 7.1.0) railties (>= 7.1.0) tzinfo (2.0.6) @@ -609,7 +612,7 @@ DEPENDENCIES awesome_print (~> 1.9.2) bcrypt (~> 3.1.21) better_errors (~> 2.10.1) - bootsnap (~> 1.20.1) + bootsnap (~> 1.21.1) brakeman (~> 8.0.1) browser (~> 6.2.0) bullet (~> 8.1) @@ -622,9 +625,9 @@ DEPENDENCIES devise-i18n (~> 1.15.0) dotenv-rails (~> 3.2.0) factory_bot_rails (~> 6.5.1) - faker (~> 3.5.3) + faker (~> 3.6.0) foreman (~> 0.90.0) - grover (~> 1.2.4) + grover (~> 1.2.6) guard-livereload (~> 2.5.2) guard-rspec (~> 4.7.3) http (~> 5.3.1) @@ -632,7 +635,7 @@ DEPENDENCIES jquery-rails (~> 4.6.1) jsbundling-rails (~> 1.3, >= 1.3.1) kaminari (~> 1.2.2) - listen (~> 3.9.0) + listen (~> 3.10.0) mina (~> 1.2.5) mollie-api-ruby (~> 4.18.0) net-imap (~> 0.6.2) @@ -644,9 +647,9 @@ DEPENDENCIES paper_trail (~> 17.0.0) paranoia (~> 3.1.0) pg (~> 1.6.3) - pry-byebug (~> 3.11.0) + pry-byebug (~> 3.12.0) pry-rails (~> 0.3.11) - puma (~> 7.1.0) + puma (~> 7.2.0) pundit (~> 2.5.2) rack-attack (~> 6.8.0) rails (~> 7.2.3) @@ -657,15 +660,15 @@ DEPENDENCIES rest-client (~> 2.1.0) rqrcode (~> 3.2) rspec-rails (~> 8.0.2) - rubocop (~> 1.82.1) + rubocop (~> 1.84.0) rubocop-factory_bot (~> 2.28.0) rubocop-performance (~> 1.26, >= 1.26.1) rubocop-rails (~> 2.34, >= 2.34.3) rubocop-rspec (~> 3.9) rubocop-rspec_rails (~> 2.32) - sentry-rails (~> 6.2) - sentry-ruby (~> 6.2) - sentry-sidekiq (~> 6.2) + sentry-rails (~> 6.3) + sentry-ruby (~> 6.3) + sentry-sidekiq (~> 6.3) sidekiq (~> 8.0.10) sidekiq-scheduler (~> 6.0.1) simple_form (~> 5.4.1) @@ -677,7 +680,7 @@ DEPENDENCIES sprockets-rails (~> 3.5, >= 3.5.2) terminal-notifier-guard (~> 1.7.0) timecop (~> 0.9.10) - turbo-rails (~> 2.0, >= 2.0.20) + turbo-rails (~> 2.0, >= 2.0.23) tzinfo-data uglifier (~> 4.2.1) validates_timeliness (~> 7.1.0)