Skip to content

Commit

Permalink
Merge pull request #242 from Crown-Commercial-Service/dependabot/bund…
Browse files Browse the repository at this point in the history
…ler/rubocop-1.69.0
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
2 parents 84c07cd + 471805f commit 8d8c099
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem 'activesupport', '~> 8.0.0'
gem 'byebug', '~> 11.1'

# For linting
gem 'rubocop', '~> 1.68'
gem 'rubocop', '~> 1.69'
gem 'rubocop-capybara', '~> 2.20'
gem 'rubocop-rspec', '~> 3.2'

Expand Down
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ GEM
i18n (1.14.6)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
json (2.7.5)
json (2.8.2)
language_server-protocol (3.17.0.3)
logger (1.6.1)
matrix (0.4.2)
Expand All @@ -100,7 +100,7 @@ GEM
parallel (1.26.3)
parallel_tests (4.7.2)
parallel
parser (3.3.5.1)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
public_suffix (6.0.0)
Expand All @@ -109,7 +109,7 @@ GEM
rack-test (2.1.0)
rack (>= 1.3)
rainbow (3.1.1)
regexp_parser (2.9.2)
regexp_parser (2.9.3)
report_builder (1.9)
json (>= 2.3.0)
rexml (3.3.9)
Expand All @@ -126,17 +126,17 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.68.0)
rubocop (1.69.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)
rubocop-ast (>= 1.32.2, < 2.0)
rubocop-ast (>= 1.36.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.33.1)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
Expand All @@ -161,7 +161,9 @@ GEM
thread_safe (0.3.6)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
unicode-display_width (3.1.2)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.1)
virtus (2.0.0)
axiom-types (~> 0.1)
Expand All @@ -188,7 +190,7 @@ DEPENDENCIES
parallel_tests (~> 4.7.2)
report_builder (~> 1.9)
rspec (~> 3.13.0)
rubocop (~> 1.68)
rubocop (~> 1.69)
rubocop-capybara (~> 2.20)
rubocop-rspec (~> 3.2)
selenium-webdriver (~> 4.27.0)
Expand Down

0 comments on commit 8d8c099

Please sign in to comment.