Skip to content

Commit

Permalink
bundle(deps): bump the ruby-deps group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the ruby-deps group with 3 updates: [csv](https://github.com/ruby/csv), [json](https://github.com/ruby/json) and [logger](https://github.com/ruby/logger).


Updates `csv` from 3.3.1 to 3.3.2
- [Release notes](https://github.com/ruby/csv/releases)
- [Changelog](https://github.com/ruby/csv/blob/master/NEWS.md)
- [Commits](ruby/csv@v3.3.1...v3.3.2)

Updates `json` from 2.9.0 to 2.9.1
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.9.0...v2.9.1)

Updates `logger` from 1.6.3 to 1.6.4
- [Release notes](https://github.com/ruby/logger/releases)
- [Commits](ruby/logger@v1.6.3...v1.6.4)

---
updated-dependencies:
- dependency-name: csv
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: json
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: logger
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent a39921d commit 4b4fed3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GEM
commonmarker (0.23.11)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
csv (3.3.1)
csv (3.3.2)
dnsruby (1.72.3)
base64 (~> 0.2.0)
simpleidn (~> 0.2.1)
Expand Down Expand Up @@ -225,7 +225,7 @@ GEM
gemoji (>= 3, < 5)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
json (2.9.0)
json (2.9.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand All @@ -234,7 +234,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.3)
logger (1.6.4)
mercenary (0.3.6)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
Expand Down

0 comments on commit 4b4fed3

Please sign in to comment.