Skip to content

Commit

Permalink
Bump the ruby-bundler group with 6 updates (#141)
Browse files Browse the repository at this point in the history
Bumps the ruby-bundler group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [nokogiri](https:/sparklemotion/nokogiri) | `1.16.5` | `1.16.6` |
| [activesupport](https:/rails/rails) | `7.1.3.3` | `7.1.3.4` |
| [minitest](https:/minitest/minitest) | `5.23.1` | `5.24.1` |
| [minitest-reporters](https:/CapnKernul/minitest-reporters) | `1.6.1` | `1.7.1` |
| [builder](https:/rails/builder) | `3.2.4` | `3.3.0` |
| [concurrent-ruby](https:/ruby-concurrency/concurrent-ruby) | `1.3.1` | `1.3.3` |


Updates `nokogiri` from 1.16.5 to 1.16.6
- [Release notes](https:/sparklemotion/nokogiri/releases)
- [Changelog](https:/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.16.5...v1.16.6)

Updates `activesupport` from 7.1.3.3 to 7.1.3.4
- [Release notes](https:/rails/rails/releases)
- [Changelog](https:/rails/rails/blob/v7.1.3.4/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v7.1.3.3...v7.1.3.4)

Updates `minitest` from 5.23.1 to 5.24.1
- [Changelog](https:/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.23.1...v5.24.1)

Updates `minitest-reporters` from 1.6.1 to 1.7.1
- [Changelog](https:/minitest-reporters/minitest-reporters/blob/master/CHANGELOG.md)
- [Commits](minitest-reporters/minitest-reporters@v1.6.1...v1.7.1)

Updates `builder` from 3.2.4 to 3.3.0
- [Changelog](https:/rails/builder/blob/master/CHANGES)
- [Commits](rails/builder@v3.2.4...v3.3.0)

Updates `concurrent-ruby` from 1.3.1 to 1.3.3
- [Release notes](https:/ruby-concurrency/concurrent-ruby/releases)
- [Changelog](https:/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md)
- [Commits](ruby-concurrency/concurrent-ruby@v1.3.1...v1.3.3)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-bundler
- dependency-name: activesupport
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-bundler
- dependency-name: minitest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-bundler
- dependency-name: minitest-reporters
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-bundler
- dependency-name: builder
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-bundler
- dependency-name: concurrent-ruby
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-bundler
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 43261b1 commit c5447e8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.3.3)
activesupport (7.1.3.4)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -14,21 +14,21 @@ GEM
ansi (1.5.0)
base64 (0.2.0)
bigdecimal (3.1.8)
builder (3.2.4)
concurrent-ruby (1.3.1)
builder (3.3.0)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
drb (2.2.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
mini_portile2 (2.8.7)
minitest (5.23.1)
minitest-reporters (1.6.1)
minitest (5.24.1)
minitest-reporters (1.7.1)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
mutex_m (0.2.0)
nokogiri (1.16.5)
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
racc (1.8.0)
Expand Down

0 comments on commit c5447e8

Please sign in to comment.