Skip to content

Commit 5053520

Browse files
chore(deps): bump the ruby group with 4 updates (#903)
Bumps the ruby group with 4 updates: [rubocop](https://github.com/rubocop/rubocop), [bigdecimal](https://github.com/ruby/bigdecimal), [mime-types-data](https://github.com/mime-types/mime-types-data) and [rubocop-ast](https://github.com/rubocop/rubocop-ast). Updates `rubocop` from 1.75.8 to 1.76.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.75.8...v1.76.1) Updates `bigdecimal` from 3.2.1 to 3.2.2 - [Release notes](https://github.com/ruby/bigdecimal/releases) - [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md) - [Commits](ruby/bigdecimal@v3.2.1...v3.2.2) Updates `mime-types-data` from 3.2025.0527 to 3.2025.0603 - [Changelog](https://github.com/mime-types/mime-types-data/blob/main/CHANGELOG.md) - [Commits](mime-types/mime-types-data@v3.2025.0527...v3.2025.0603) Updates `rubocop-ast` from 1.44.1 to 1.45.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.44.1...v1.45.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.76.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby - dependency-name: bigdecimal dependency-version: 3.2.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: mime-types-data dependency-version: 3.2025.0603 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: rubocop-ast dependency-version: 1.45.1 dependency-type: indirect update-type: version-update:semver-minor 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 f85f65d commit 5053520

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.75'
29+
gem 'rubocop', '~> 1.76'
3030
end

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ GEM
3434
public_suffix (>= 2.0.2, < 7.0)
3535
ast (2.4.3)
3636
base64 (0.3.0)
37-
bigdecimal (3.2.1)
37+
bigdecimal (3.2.2)
3838
colorator (1.1.0)
3939
concurrent-ruby (1.3.5)
4040
crass (1.0.6)
@@ -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.0527)
159+
mime-types-data (3.2025.0603)
160160
net-http (0.6.0)
161161
uri
162162
nokogiri (1.18.8-arm64-darwin)
@@ -188,18 +188,18 @@ GEM
188188
rouge (4.5.2)
189189
rss (0.3.1)
190190
rexml
191-
rubocop (1.75.8)
191+
rubocop (1.76.1)
192192
json (~> 2.3)
193193
language_server-protocol (~> 3.17.0.2)
194194
lint_roller (~> 1.1.0)
195195
parallel (~> 1.10)
196196
parser (>= 3.3.0.2)
197197
rainbow (>= 2.2.2, < 4.0)
198198
regexp_parser (>= 2.9.3, < 3.0)
199-
rubocop-ast (>= 1.44.0, < 2.0)
199+
rubocop-ast (>= 1.45.0, < 2.0)
200200
ruby-progressbar (~> 1.7)
201201
unicode-display_width (>= 2.4.0, < 4.0)
202-
rubocop-ast (1.44.1)
202+
rubocop-ast (1.45.1)
203203
parser (>= 3.3.7.2)
204204
prism (~> 1.4)
205205
ruby-progressbar (1.13.0)
@@ -238,7 +238,7 @@ DEPENDENCIES
238238
jekyll-sitemap
239239
jekyll-target-blank
240240
just-the-docs
241-
rubocop (~> 1.75)
241+
rubocop (~> 1.76)
242242
tzinfo (~> 2.0)
243243
tzinfo-data
244244
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)