diff --git a/Gemfile b/Gemfile index 295e0a81..343ab5e5 100644 --- a/Gemfile +++ b/Gemfile @@ -57,7 +57,7 @@ group :development do # Show mails via Web browser gem 'letter_opener_web', '~> 2.0' # Check code style - gem 'rubocop', '~> 1.50', require: false + gem 'rubocop', '~> 1.65', require: false end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index ef55cf8e..f7663855 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -159,7 +159,6 @@ GEM matrix (0.4.2) method_source (1.1.0) mini_mime (1.1.5) - mini_portile2 (2.8.6) minitest (5.22.3) net-imap (0.4.10) date @@ -171,12 +170,11 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.1) - nokogiri (1.16.4) - mini_portile2 (~> 2.8.2) + nokogiri (1.16.4-x86_64-linux) racc (~> 1.4) orm_adapter (0.5.0) - parallel (1.24.0) - parser (3.3.0.5) + parallel (1.25.1) + parser (3.3.4.0) ast (~> 2.4.1) racc pg (1.5.6) @@ -189,7 +187,7 @@ GEM public_suffix (5.0.5) puma (5.6.8) nio4r (~> 2.0) - racc (1.7.3) + racc (1.8.0) rack (2.2.9) rack-test (2.1.0) rack (>= 1.3) @@ -230,11 +228,12 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - regexp_parser (2.9.0) + regexp_parser (2.9.2) responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.2.6) + rexml (3.3.1) + strscan rspec-core (3.13.0) rspec-support (~> 3.13.0) rspec-expectations (3.13.0) @@ -252,19 +251,19 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.63.2) + rubocop (1.65.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.2) - parser (>= 3.3.0.4) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) ruby-progressbar (1.13.0) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) @@ -287,6 +286,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) + strscan (3.1.0) thor (1.3.1) tilt (2.3.0) timeout (0.4.1) @@ -313,7 +313,7 @@ GEM zeitwerk (2.6.13) PLATFORMS - ruby + x86_64-linux DEPENDENCIES byebug @@ -334,7 +334,7 @@ DEPENDENCIES rails (~> 6.1.7) rails-controller-testing (~> 1.0) rspec-rails (~> 6.0) - rubocop (~> 1.50) + rubocop (~> 1.65) sass-rails (~> 6.0) spring spring-watcher-listen (~> 2.1)