Skip to content

Commit

Permalink
Merge pull request #45 from Crown-Commercial-Service/dependabot/bundl…
Browse files Browse the repository at this point in the history
…er/rubocop-1.70.0
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
2 parents 461607d + fcf42aa commit 1149ac7
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 @@ -9,4 +9,4 @@ ruby '3.4.1'
gem 'colorize', '~> 1.0.4', require: false

# Check code quality
gem 'rubocop', '~> 1.69.2', require: false
gem 'rubocop', '~> 1.70.0', require: false
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ GEM
specs:
ast (2.4.2)
colorize (1.0.5)
json (2.9.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
parallel (1.26.3)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
racc (1.8.1)
rainbow (3.1.1)
regexp_parser (2.9.3)
rubocop (1.69.2)
regexp_parser (2.10.0)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -25,7 +25,7 @@ GEM
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
unicode-display_width (3.1.2)
unicode-display_width (3.1.3)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)

Expand All @@ -35,7 +35,7 @@ PLATFORMS

DEPENDENCIES
colorize (~> 1.0.4)
rubocop (~> 1.69.2)
rubocop (~> 1.70.0)

RUBY VERSION
ruby 3.4.1p0
Expand Down

0 comments on commit 1149ac7

Please sign in to comment.