Skip to content

Commit

Permalink
Merge pull request #214 from Crown-Commercial-Service/dependabot/bund…
Browse files Browse the repository at this point in the history
…ler/rubocop-1.66.0
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
2 parents a3be1b8 + 12fda07 commit 83fcc07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem 'activesupport', '~> 7.2.1'
gem 'byebug', '~> 11.1'

# For linting
gem 'rubocop', '~> 1.65'
gem 'rubocop', '~> 1.66'
gem 'rubocop-capybara', '~> 2.20'
gem 'rubocop-rspec', '~> 3.0'

Expand Down
11 changes: 5 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ GEM
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
parallel (1.26.2)
parallel (1.26.3)
parallel_tests (4.7.1)
parallel
parser (3.3.4.2)
Expand Down Expand Up @@ -121,18 +121,17 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.65.1)
rubocop (1.66.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 (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-ast (>= 1.32.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.0)
rubocop-ast (1.32.1)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
Expand Down Expand Up @@ -183,7 +182,7 @@ DEPENDENCIES
parallel_tests (~> 4.7.1)
report_builder (~> 1.9)
rspec (~> 3.13.0)
rubocop (~> 1.65)
rubocop (~> 1.66)
rubocop-capybara (~> 2.20)
rubocop-rspec (~> 3.0)
selenium-webdriver (~> 4.24.0)
Expand Down

0 comments on commit 83fcc07

Please sign in to comment.