Skip to content

Commit 292c9f2

Browse files
chore(deps): bump the ruby group with 3 updates (#845)
Bumps the ruby group with 3 updates: [rubocop](https://github.com/rubocop/rubocop), [sass-embedded](https://github.com/sass-contrib/sass-embedded-host-ruby) and [zeitwerk](https://github.com/fxn/zeitwerk). Updates `rubocop` from 1.66.1 to 1.67.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.66.1...v1.67.0) Updates `sass-embedded` from 1.79.5 to 1.80.3 - [Commits](sass-contrib/sass-embedded-host-ruby@v1.79.5...v1.80.3) Updates `zeitwerk` from 2.7.0 to 2.7.1 - [Changelog](https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md) - [Commits](fxn/zeitwerk@v2.7.0...v2.7.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby - dependency-name: sass-embedded dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: zeitwerk dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c8079de commit 292c9f2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
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.66'
29+
gem 'rubocop', '~> 1.67'
3030
end

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ GEM
140140
rouge (4.4.0)
141141
rss (0.3.1)
142142
rexml
143-
rubocop (1.66.1)
143+
rubocop (1.67.0)
144144
json (~> 2.3)
145145
language_server-protocol (>= 3.17.0)
146146
parallel (~> 1.10)
@@ -157,10 +157,10 @@ GEM
157157
sanitize (6.1.3)
158158
crass (~> 1.0.2)
159159
nokogiri (>= 1.12.0)
160-
sass-embedded (1.79.5-arm64-darwin)
161-
google-protobuf (~> 4.27)
162-
sass-embedded (1.79.5-x86_64-linux-gnu)
163-
google-protobuf (~> 4.27)
160+
sass-embedded (1.80.3-arm64-darwin)
161+
google-protobuf (~> 4.28)
162+
sass-embedded (1.80.3-x86_64-linux-gnu)
163+
google-protobuf (~> 4.28)
164164
terminal-table (3.0.2)
165165
unicode-display_width (>= 1.1.1, < 3)
166166
thor (1.3.2)
@@ -169,7 +169,7 @@ GEM
169169
unicode-display_width (2.6.0)
170170
uri (0.13.1)
171171
webrick (1.8.2)
172-
zeitwerk (2.7.0)
172+
zeitwerk (2.7.1)
173173

174174
PLATFORMS
175175
arm64-darwin-23
@@ -184,7 +184,7 @@ DEPENDENCIES
184184
jekyll-sitemap
185185
jekyll-target-blank
186186
just-the-docs
187-
rubocop (~> 1.66)
187+
rubocop (~> 1.67)
188188
tzinfo (~> 2.0)
189189
tzinfo-data
190190
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)