Skip to content

Commit da4f8c0

Browse files
chore(deps): bump the ruby group with 2 updates (#912)
Bumps the ruby group with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [mime-types-data](https://github.com/mime-types/mime-types-data). Updates `rubocop` from 1.77.0 to 1.78.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.77.0...v1.78.0) Updates `mime-types-data` from 3.2025.0701 to 3.2025.0708 - [Changelog](https://github.com/mime-types/mime-types-data/blob/main/CHANGELOG.md) - [Commits](mime-types/mime-types-data@v3.2025.0701...v3.2025.0708) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.78.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby - dependency-name: mime-types-data dependency-version: 3.2025.0708 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 aa360c0 commit da4f8c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.77'
29+
gem 'rubocop', '~> 1.78'
3030
end

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ GEM
156156
mime-types (3.7.0)
157157
logger
158158
mime-types-data (~> 3.2025, >= 3.2025.0507)
159-
mime-types-data (3.2025.0701)
159+
mime-types-data (3.2025.0708)
160160
net-http (0.6.0)
161161
uri
162162
nokogiri (1.18.8-arm64-darwin)
@@ -188,7 +188,7 @@ GEM
188188
rouge (4.5.2)
189189
rss (0.3.1)
190190
rexml
191-
rubocop (1.77.0)
191+
rubocop (1.78.0)
192192
json (~> 2.3)
193193
language_server-protocol (~> 3.17.0.2)
194194
lint_roller (~> 1.1.0)
@@ -238,7 +238,7 @@ DEPENDENCIES
238238
jekyll-sitemap
239239
jekyll-target-blank
240240
just-the-docs
241-
rubocop (~> 1.77)
241+
rubocop (~> 1.78)
242242
tzinfo (~> 2.0)
243243
tzinfo-data
244244
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)