Skip to content

Commit 0101722

Browse files
build(deps-dev): bump rubocop from 1.79.0 to 1.79.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.79.0 to 1.79.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.79.0...v1.79.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.79.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1b95641 commit 0101722

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ group :development do
1111
# > 2.1.0 causes slowdowns https://github.com/sass/sassc-ruby/issues/189
1212
gem 'sassc', '2.1.0'
1313
gem 'sass-embedded', '1.89.2'
14-
gem 'rubocop', '1.79.0'
14+
gem 'rubocop', '1.79.1'
1515
gem 'ruby-lsp', '0.26.1'
1616
gem 'rackup', '2.2.1'
1717
end

Gemfile.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ GEM
119119
regexp_parser (2.10.0)
120120
rexml (3.4.1)
121121
rouge (4.6.0)
122-
rubocop (1.79.0)
122+
rubocop (1.79.1)
123123
json (~> 2.3)
124124
language_server-protocol (~> 3.17.0.2)
125125
lint_roller (~> 1.1.0)
@@ -129,7 +129,6 @@ GEM
129129
regexp_parser (>= 2.9.3, < 3.0)
130130
rubocop-ast (>= 1.46.0, < 2.0)
131131
ruby-progressbar (~> 1.7)
132-
tsort (>= 0.2.0)
133132
unicode-display_width (>= 2.4.0, < 4.0)
134133
rubocop-ast (1.46.0)
135134
parser (>= 3.3.7.2)
@@ -163,7 +162,6 @@ GEM
163162
terminal-table (3.0.2)
164163
unicode-display_width (>= 1.1.1, < 3)
165164
tilt (2.6.1)
166-
tsort (0.2.0)
167165
tzinfo (2.0.6)
168166
concurrent-ruby (~> 1.0)
169167
tzinfo-data (1.2025.2)
@@ -185,7 +183,7 @@ DEPENDENCIES
185183
nokogiri (= 1.18.9)
186184
rackup (= 2.2.1)
187185
rake (= 13.3.0)
188-
rubocop (= 1.79.0)
186+
rubocop (= 1.79.1)
189187
ruby-lsp (= 0.26.1)
190188
sass-embedded (= 1.89.2)
191189
sass-globbing (= 1.1.5)

0 commit comments

Comments
 (0)