Skip to content

Commit

Permalink
Merge pull request #48 from Crown-Commercial-Service/dependabot/bundl…
Browse files Browse the repository at this point in the history
…er/rubocop-1.71.1
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
2 parents 8478441 + 2bcb4b9 commit 4edad24
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.71.0', require: false
gem 'rubocop', '~> 1.71.1', require: false
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@ GEM
ast (2.4.2)
colorize (1.0.5)
json (2.9.1)
language_server-protocol (3.17.0.3)
language_server-protocol (3.17.0.4)
parallel (1.26.3)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
racc (1.8.1)
rainbow (3.1.1)
regexp_parser (2.10.0)
rubocop (1.71.0)
rubocop (1.71.1)
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.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
unicode-display_width (3.1.4)
Expand All @@ -35,7 +35,7 @@ PLATFORMS

DEPENDENCIES
colorize (~> 1.0.4)
rubocop (~> 1.71.0)
rubocop (~> 1.71.1)

RUBY VERSION
ruby 3.4.1p0
Expand Down

0 comments on commit 4edad24

Please sign in to comment.