Skip to content

Commit 221271a

Browse files
chore(deps): bump the ruby group with 4 updates (#880)
Bumps the ruby group with 4 updates: [rubocop](https://github.com/rubocop/rubocop), [rubocop-ast](https://github.com/rubocop/rubocop-ast), [sass-embedded](https://github.com/sass-contrib/sass-embedded-host-ruby) and [uri](https://github.com/ruby/uri). Updates `rubocop` from 1.72.2 to 1.73.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.72.2...v1.73.1) Updates `rubocop-ast` from 1.38.0 to 1.38.1 - [Release notes](https://github.com/rubocop/rubocop-ast/releases) - [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-ast@v1.38.0...v1.38.1) Updates `sass-embedded` from 1.85.0 to 1.85.1 - [Commits](sass-contrib/sass-embedded-host-ruby@v1.85.0...v1.85.1) Updates `uri` from 1.0.2 to 1.0.3 - [Release notes](https://github.com/ruby/uri/releases) - [Commits](ruby/uri@v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby - dependency-name: rubocop-ast dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: sass-embedded dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: uri dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b76640 commit 221271a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ end
2626
gem 'wdm', '~> 0.1.1', platforms: %i[mingw x64_mingw mswin]
2727

2828
group :development do
29-
gem 'rubocop', '~> 1.72'
29+
gem 'rubocop', '~> 1.73'
3030
end

Gemfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ GEM
187187
rouge (4.5.1)
188188
rss (0.3.1)
189189
rexml
190-
rubocop (1.72.2)
190+
rubocop (1.73.1)
191191
json (~> 2.3)
192192
language_server-protocol (~> 3.17.0.2)
193193
lint_roller (~> 1.1.0)
@@ -198,24 +198,24 @@ GEM
198198
rubocop-ast (>= 1.38.0, < 2.0)
199199
ruby-progressbar (~> 1.7)
200200
unicode-display_width (>= 2.4.0, < 4.0)
201-
rubocop-ast (1.38.0)
201+
rubocop-ast (1.38.1)
202202
parser (>= 3.3.1.0)
203203
ruby-progressbar (1.13.0)
204204
safe_yaml (1.0.5)
205205
sanitize (7.0.0)
206206
crass (~> 1.0.2)
207207
nokogiri (>= 1.16.8)
208-
sass-embedded (1.85.0-arm64-darwin)
208+
sass-embedded (1.85.1-arm64-darwin)
209209
google-protobuf (~> 4.29)
210-
sass-embedded (1.85.0-x86_64-linux-gnu)
210+
sass-embedded (1.85.1-x86_64-linux-gnu)
211211
google-protobuf (~> 4.29)
212212
terminal-table (3.0.2)
213213
unicode-display_width (>= 1.1.1, < 3)
214214
thor (1.3.2)
215215
tzinfo (2.0.6)
216216
concurrent-ruby (~> 1.0)
217217
unicode-display_width (2.6.0)
218-
uri (1.0.2)
218+
uri (1.0.3)
219219
webrick (1.9.1)
220220
websocket-driver (0.7.7)
221221
base64
@@ -236,7 +236,7 @@ DEPENDENCIES
236236
jekyll-sitemap
237237
jekyll-target-blank
238238
just-the-docs
239-
rubocop (~> 1.72)
239+
rubocop (~> 1.73)
240240
tzinfo (~> 2.0)
241241
tzinfo-data
242242
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)