Skip to content

Commit

Permalink
Merge pull request #235 from Crown-Commercial-Service/dependabot/bund…
Browse files Browse the repository at this point in the history
…ler/rubocop-1.68.0
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
2 parents cf6f9e4 + 11fb774 commit ba71b82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.67'
gem 'rubocop', '~> 1.68'
gem 'rubocop-capybara', '~> 2.20'
gem 'rubocop-rspec', '~> 3.2'

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ GEM
i18n (1.14.6)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
json (2.7.4)
json (2.7.5)
language_server-protocol (3.17.0.3)
logger (1.6.1)
matrix (0.4.2)
Expand All @@ -97,7 +97,7 @@ GEM
parallel (1.26.3)
parallel_tests (4.7.2)
parallel
parser (3.3.5.0)
parser (3.3.5.1)
ast (~> 2.4.1)
racc
public_suffix (6.0.0)
Expand All @@ -123,7 +123,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.67.0)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -133,7 +133,7 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
rubocop-ast (1.33.1)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
Expand Down Expand Up @@ -183,7 +183,7 @@ DEPENDENCIES
parallel_tests (~> 4.7.2)
report_builder (~> 1.9)
rspec (~> 3.13.0)
rubocop (~> 1.67)
rubocop (~> 1.68)
rubocop-capybara (~> 2.20)
rubocop-rspec (~> 3.2)
selenium-webdriver (~> 4.25.0)
Expand Down

0 comments on commit ba71b82

Please sign in to comment.