Gemfile.lock in rubocop-cobra-0.4.2 vs Gemfile.lock in rubocop-cobra-0.4.3

- old
+ new

@@ -1,107 +1,126 @@ PATH remote: ../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.37) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake rubocop-rspec PATH remote: . specs: - rubocop-cobra (0.4.2) - rubocop (~> 1.37) + rubocop-cobra (0.4.3) + rubocop (= 1.66.1) rubocop-powerhome GEM remote: https://rubygems.org/ specs: - activesupport (7.0.4.2) - concurrent-ruby (~> 1.0, >= 1.0.2) + activesupport (7.2.1) + base64 + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - tzinfo (~> 2.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + appraisal (2.5.0) + bundler + rake + thor (>= 0.14.0) ast (2.4.2) + base64 (0.2.0) + bigdecimal (3.1.8) byebug (11.1.3) coderay (1.1.3) - concurrent-ruby (1.2.0) - diff-lcs (1.5.0) - i18n (1.12.0) + concurrent-ruby (1.3.4) + connection_pool (2.4.1) + csv (3.3.0) + diff-lcs (1.5.1) + drb (2.2.1) + i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.6.3) - license_finder (7.1.0) + json (2.7.2) + language_server-protocol (3.17.0.3) + license_finder (7.2.1) bundler + csv (~> 3.2) rubyzip (>= 1, < 3) thor (~> 1.2) tomlrb (>= 1.3, < 2.1) with_env (= 1.1.0) xml-simple (~> 1.1.9) - method_source (1.0.0) - minitest (5.17.0) - parallel (1.22.1) - parser (3.2.0.0) + logger (1.6.1) + method_source (1.1.0) + minitest (5.25.1) + parallel (1.26.3) + parser (3.3.5.0) ast (~> 2.4.1) - pry (0.13.1) + racc + pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - pry-byebug (3.9.0) + pry-byebug (3.10.1) byebug (~> 11.0) - pry (~> 0.13.0) - rack (3.0.4.1) + pry (>= 0.13, < 0.15) + racc (1.8.1) + rack (3.1.7) rainbow (3.1.1) - rake (13.0.6) - regexp_parser (2.6.2) - rexml (3.2.5) - rspec (3.12.0) - rspec-core (~> 3.12.0) - rspec-expectations (~> 3.12.0) - rspec-mocks (~> 3.12.0) - rspec-core (3.12.1) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.2) + rake (13.2.1) + regexp_parser (2.9.2) + rexml (3.3.8) + rspec (3.13.0) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.1) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.3) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-support (3.12.0) - rubocop (1.44.1) + rspec-support (~> 3.13.0) + rspec-support (3.13.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.24.1, < 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.24.1) - parser (>= 3.1.1.0) - rubocop-capybara (2.17.0) - rubocop (~> 1.41) - rubocop-performance (1.16.0) - rubocop (>= 1.7.0, < 2.0) - rubocop-ast (>= 0.4.0) - rubocop-rails (2.17.4) + rubocop-ast (1.32.3) + parser (>= 3.3.1.0) + rubocop-performance (1.22.1) + rubocop (>= 1.48.1, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) + rubocop-rails (2.26.2) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.33.0, < 2.0) + rubocop (>= 1.52.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.18.1) - rubocop (~> 1.33) - rubocop-capybara (~> 2.17) - ruby-progressbar (1.11.0) + rubocop-rspec (3.1.0) + rubocop (~> 1.61) + ruby-progressbar (1.13.0) rubyzip (2.3.2) - thor (1.2.1) + securerandom (0.3.1) + thor (1.3.2) tomlrb (2.0.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.4.2) + unicode-display_width (2.6.0) with_env (1.1.0) xml-simple (1.1.9) rexml PLATFORMS @@ -109,14 +128,15 @@ ruby x86_64-darwin-21 x86_64-linux DEPENDENCIES + appraisal (~> 2.5.0) license_finder (~> 7.0) - pry-byebug (= 3.9.0) + pry (>= 0.14.2) + pry-byebug (= 3.10.1) rake (~> 13.0) rspec (~> 3.0) - rubocop (~> 1.44.0) rubocop-cobra! rubocop-powerhome! BUNDLED WITH 2.3.14