diff --git a/Gemfile b/Gemfile index 6990a635..66aca57e 100644 --- a/Gemfile +++ b/Gemfile @@ -45,10 +45,10 @@ group :development, :test do gem 'rspec-rails', '~> 5.1.2' - gem 'rubocop', '~> 1.50.0', require: false + gem 'rubocop', '~> 1.66.0', require: false gem 'rubocop-performance', require: false gem 'rubocop-rails', '~> 2.19.0', require: false - gem 'rubocop-rspec', '~> 2.20', require: false + gem 'rubocop-rspec', '~> 3.0', '>= 3.0.0', require: false end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index ba800168..c2c4db72 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -94,8 +94,9 @@ GEM hashdiff (1.0.1) i18n (1.12.0) concurrent-ruby (~> 1.0) - json (2.6.3) + json (2.7.5) jwt (2.7.0) + language_server-protocol (3.17.0.3) listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -127,9 +128,10 @@ GEM nokogiri (1.16.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) - parallel (1.22.1) - parser (3.2.2.0) + parallel (1.26.3) + parser (3.3.5.1) ast (~> 2.4.1) + racc pg (1.4.6) public_suffix (5.0.1) puma (6.4.2) @@ -176,9 +178,8 @@ GEM redis (4.8.1) redis-namespace (1.11.0) redis (>= 4) - regexp_parser (2.7.0) - rexml (3.2.8) - strscan (>= 3.0.9) + regexp_parser (2.9.2) + rexml (3.3.9) rspec-core (3.12.1) rspec-support (~> 3.12.0) rspec-expectations (3.12.2) @@ -196,20 +197,18 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.12.0) - rubocop (1.50.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.0.0) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.28.0) - parser (>= 3.2.1.0) - rubocop-capybara (2.18.0) - rubocop (~> 1.41) + rubocop-ast (1.33.1) + parser (>= 3.3.1.0) rubocop-performance (1.17.1) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) @@ -217,9 +216,8 @@ GEM activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) - rubocop-rspec (2.20.0) - rubocop (~> 1.33) - rubocop-capybara (~> 2.17) + rubocop-rspec (3.2.0) + rubocop (~> 1.61) ruby-progressbar (1.13.0) spring (2.1.1) spring-watcher-listen (2.0.1) @@ -234,7 +232,6 @@ GEM sprockets (>= 3.0.0) sqlite3 (1.6.2) mini_portile2 (~> 2.8.0) - strscan (3.1.0) tabulo (2.8.2) tty-screen (= 0.8.1) unicode-display_width (~> 2.2) @@ -243,7 +240,7 @@ GEM tty-screen (0.8.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.4.2) + unicode-display_width (2.6.0) webmock (3.18.1) addressable (>= 2.8.0) crack (>= 0.3.2) @@ -273,13 +270,19 @@ DEPENDENCIES redis (~> 4.8.0) redis-namespace (~> 1.11.0) rspec-rails (~> 5.1.2) - rubocop (~> 1.50.0) + rubocop (~> 1.66.0) rubocop-performance rubocop-rails (~> 2.19.0) - rubocop-rspec (~> 2.20) + rubocop-rspec (~> 3.0, >= 3.0.0) spring spring-watcher-listen (~> 2.0.1) sqlite3 tabulo (~> 2.8.1) tzinfo-data webmock + +RUBY VERSION + ruby 3.0.0p0 + +BUNDLED WITH + 2.2.3