diff --git a/Gemfile b/Gemfile index 3c3565e0..d3ef6e99 100644 --- a/Gemfile +++ b/Gemfile @@ -77,10 +77,10 @@ group :development do gem 'puma-ngrok-tunnel', '>= 1.2.0' # gem 'rails_real_favicon', '>= 0.1.0' gem 'listen' - gem 'rubocop', '>= 1.8.1', require: false - gem 'rubocop-performance', '>= 1.7.1' - gem 'rubocop-rails', '~> 2.3.2' - gem 'rubocop-rspec', '>= 1.43.2' + gem 'rubocop', '>= 1.14.0', require: false + gem 'rubocop-performance', '>= 1.11.1' + gem 'rubocop-rails', '~> 2.4.0' + gem 'rubocop-rspec', '>= 2.3.0' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring # gem 'spring' diff --git a/Gemfile.lock b/Gemfile.lock index 220b0f8a..a3793416 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -152,6 +152,8 @@ GEM io-like (0.3.1) jbuilder (2.11.2) activesupport (>= 5.0.0) + json (2.7.2) + language_server-protocol (3.17.0.3) listen (3.5.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -178,9 +180,10 @@ GEM racc (~> 1.4) oj (3.11.5) pagy (3.7.3) - parallel (1.20.1) - parser (3.0.1.0) + parallel (1.25.1) + parser (3.3.4.0) ast (~> 2.4.1) + racc pg (1.2.3) pry (0.14.1) coderay (~> 1.1) @@ -194,7 +197,7 @@ GEM ngrok-tunnel (~> 2.1, >= 2.1.1) puma (>= 3, < 6) racc (1.5.2) - rack (2.2.3) + rack (2.2.9) rack-cors (1.1.1) rack (>= 2.0.0) rack-proxy (0.6.5) @@ -227,34 +230,36 @@ GEM method_source rake (>= 0.8.7) thor (~> 1.0) - rainbow (3.0.0) + rainbow (3.1.1) rake (13.0.6) rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) - regexp_parser (2.1.1) - rexml (3.2.5) - rubocop (1.13.0) + regexp_parser (2.9.2) + rexml (3.3.2) + strscan + rubocop (1.65.0) + json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.0.0.0) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml - rubocop-ast (>= 1.2.0, < 2.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 (>= 1.4.0, < 3.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) - rubocop-performance (1.11.0) - rubocop (>= 1.7.0, < 2.0) - rubocop-ast (>= 0.4.0) - rubocop-rails (2.3.2) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) + rubocop-performance (1.21.1) + rubocop (>= 1.48.1, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) + rubocop-rails (2.4.2) rack (>= 1.1) rubocop (>= 0.72.0) - rubocop-rspec (2.2.0) - rubocop (~> 1.0) - rubocop-ast (>= 1.1.0) - ruby-progressbar (1.11.0) + rubocop-rspec (3.0.3) + rubocop (~> 1.61) + ruby-progressbar (1.13.0) ruby2_keywords (0.0.4) rubyzip (2.3.0) sass (3.7.4) @@ -289,6 +294,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) + strscan (3.1.0) text (1.3.1) thor (1.1.0) tilt (2.0.10) @@ -299,7 +305,7 @@ GEM turbolinks-source (5.2.0) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - unicode-display_width (2.0.0) + unicode-display_width (2.5.0) web-console (4.1.0) actionview (>= 6.0.0) activemodel (>= 6.0.0) @@ -348,10 +354,10 @@ DEPENDENCIES puma-ngrok-tunnel (>= 1.2.0) rack-cors rails (~> 6.1.3.2) - rubocop (>= 1.8.1) - rubocop-performance (>= 1.7.1) - rubocop-rails (~> 2.3.2) - rubocop-rspec (>= 1.43.2) + rubocop (>= 1.14.0) + rubocop-performance (>= 1.11.1) + rubocop-rails (~> 2.4.0) + rubocop-rspec (>= 2.3.0) ruby-progressbar sass-rails (~> 6.0.0) scss_lint @@ -370,4 +376,4 @@ RUBY VERSION ruby 3.0.0p0 BUNDLED WITH - 2.2.24 + 2.2.3