Skip to content

Commit

Permalink
build(deps-dev): bump rubocop from 1.69.0 to 1.69.1 (home-assistant#3…
Browse files Browse the repository at this point in the history
…6140)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 1d1784f commit 249af07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group :development do
# > 2.1.0 causes slowdowns https://github.com/sass/sassc-ruby/issues/189
gem 'sassc', '2.1.0'
gem 'sass-embedded', '1.82.0'
gem 'rubocop', '1.69.0'
gem 'rubocop', '1.69.1'
gem 'ruby-lsp', '0.22.1'
gem 'rackup', '2.2.1'
end
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,14 @@ GEM
regexp_parser (2.9.3)
rexml (3.3.9)
rouge (4.5.1)
rubocop (1.69.0)
rubocop (1.69.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.4, < 3.0)
rubocop-ast (>= 1.36.1, < 2.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
Expand Down Expand Up @@ -177,7 +177,7 @@ DEPENDENCIES
nokogiri (= 1.16.8)
rackup (= 2.2.1)
rake (= 13.2.1)
rubocop (= 1.69.0)
rubocop (= 1.69.1)
ruby-lsp (= 0.22.1)
sass-embedded (= 1.82.0)
sass-globbing (= 1.1.5)
Expand Down

0 comments on commit 249af07

Please sign in to comment.