Skip to content

Commit eea55f0

Browse files
authoredApr 14, 2025··
chore(deps): bump the ruby group with 5 updates (#890)
Bumps the ruby group with 5 updates: | Package | From | To | | --- | --- | --- | | [csv](https://github.com/ruby/csv) | `3.3.3` | `3.3.4` | | [faraday](https://github.com/lostisland/faraday) | `2.12.2` | `2.13.0` | | [mime-types-data](https://github.com/mime-types/mime-types-data) | `3.2025.0402` | `3.2025.0408` | | [parser](https://github.com/whitequark/parser) | `3.3.7.4` | `3.3.8.0` | | [rubocop-ast](https://github.com/rubocop/rubocop-ast) | `1.44.0` | `1.44.1` | Updates `csv` from 3.3.3 to 3.3.4 - [Release notes](https://github.com/ruby/csv/releases) - [Changelog](https://github.com/ruby/csv/blob/main/NEWS.md) - [Commits](ruby/csv@v3.3.3...v3.3.4) Updates `faraday` from 2.12.2 to 2.13.0 - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](lostisland/faraday@v2.12.2...v2.13.0) Updates `mime-types-data` from 3.2025.0402 to 3.2025.0408 - [Changelog](https://github.com/mime-types/mime-types-data/blob/main/CHANGELOG.md) - [Commits](mime-types/mime-types-data@v3.2025.0402...v3.2025.0408) Updates `parser` from 3.3.7.4 to 3.3.8.0 - [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md) - [Commits](whitequark/parser@v3.3.7.4...v3.3.8.0) Updates `rubocop-ast` from 1.44.0 to 1.44.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.0...v1.44.1) --- updated-dependencies: - dependency-name: csv dependency-version: 3.3.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: faraday dependency-version: 2.13.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: mime-types-data dependency-version: 3.2025.0408 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: parser dependency-version: 3.3.8.0 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: rubocop-ast dependency-version: 1.44.1 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 d532001 commit eea55f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ GEM
3838
colorator (1.1.0)
3939
concurrent-ruby (1.3.5)
4040
crass (1.0.6)
41-
csv (3.3.3)
41+
csv (3.3.4)
4242
dry-configurable (1.3.0)
4343
dry-core (~> 1.1)
4444
zeitwerk (~> 2.6)
@@ -78,7 +78,7 @@ GEM
7878
eventmachine (>= 0.12.9)
7979
http_parser.rb (~> 0)
8080
eventmachine (1.2.7)
81-
faraday (2.12.2)
81+
faraday (2.13.0)
8282
faraday-net_http (>= 2.0, < 3.5)
8383
json
8484
logger
@@ -156,15 +156,15 @@ GEM
156156
mime-types (3.6.2)
157157
logger
158158
mime-types-data (~> 3.2015)
159-
mime-types-data (3.2025.0402)
159+
mime-types-data (3.2025.0408)
160160
net-http (0.6.0)
161161
uri
162162
nokogiri (1.18.7-arm64-darwin)
163163
racc (~> 1.4)
164164
nokogiri (1.18.7-x86_64-linux-gnu)
165165
racc (~> 1.4)
166166
parallel (1.26.3)
167-
parser (3.3.7.4)
167+
parser (3.3.8.0)
168168
ast (~> 2.4.1)
169169
racc
170170
pathutil (0.16.2)
@@ -199,7 +199,7 @@ GEM
199199
rubocop-ast (>= 1.44.0, < 2.0)
200200
ruby-progressbar (~> 1.7)
201201
unicode-display_width (>= 2.4.0, < 4.0)
202-
rubocop-ast (1.44.0)
202+
rubocop-ast (1.44.1)
203203
parser (>= 3.3.7.2)
204204
prism (~> 1.4)
205205
ruby-progressbar (1.13.0)

0 commit comments

Comments
 (0)
Please sign in to comment.