Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [activesupport](https://github.com/rails/rails) | `7.1.3.2` | `7.1.3.3` |
| [minitest](https://github.com/minitest/minitest) | `5.22.3` | `5.23.1` |
| [bigdecimal](https://github.com/ruby/bigdecimal) | `3.1.7` | `3.1.8` |
| [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) | `1.2.3` | `1.3.1` |
| [i18n](https://github.com/ruby-i18n/i18n) | `1.14.4` | `1.14.5` |
| [mini_portile2](https://github.com/flavorjones/mini_portile) | `2.8.6` | `2.8.7` |
| [racc](https://github.com/tenderlove/racc) | `1.7.3` | `1.8.0` |


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

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

Updates `bigdecimal` from 3.1.7 to 3.1.8
- [Release notes](https://github.com/ruby/bigdecimal/releases)
- [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md)
- [Commits](ruby/bigdecimal@v3.1.7...v3.1.8)

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

Updates `i18n` from 1.14.4 to 1.14.5
- [Release notes](https://github.com/ruby-i18n/i18n/releases)
- [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md)
- [Commits](ruby-i18n/i18n@v1.14.4...v1.14.5)

Updates `mini_portile2` from 2.8.6 to 2.8.7
- [Release notes](https://github.com/flavorjones/mini_portile/releases)
- [Changelog](https://github.com/flavorjones/mini_portile/blob/main/CHANGELOG.md)
- [Commits](flavorjones/mini_portile@v2.8.6...v2.8.7)

Updates `racc` from 1.7.3 to 1.8.0
- [Release notes](https://github.com/tenderlove/racc/releases)
- [Changelog](https://github.com/ruby/racc/blob/master/ChangeLog)
- [Commits](ruby/racc@v1.7.3...v1.8.0)

---
updated-dependencies:
- 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: bigdecimal
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-bundler
- dependency-name: concurrent-ruby
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-bundler
- dependency-name: i18n
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-bundler
- dependency-name: mini_portile2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-bundler
- dependency-name: racc
  dependency-type: indirect
  update-type: version-update:semver-minor
  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 Jun 1, 2024
1 parent e8561d3 commit 43261b1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.2)
activesupport (7.1.3.3)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -13,15 +13,15 @@ GEM
tzinfo (~> 2.0)
ansi (1.5.0)
base64 (0.2.0)
bigdecimal (3.1.7)
bigdecimal (3.1.8)
builder (3.2.4)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.1)
connection_pool (2.4.1)
drb (2.2.1)
i18n (1.14.4)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
mini_portile2 (2.8.6)
minitest (5.22.3)
mini_portile2 (2.8.7)
minitest (5.23.1)
minitest-reporters (1.6.1)
ansi
builder
Expand All @@ -31,7 +31,7 @@ GEM
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
racc (1.7.3)
racc (1.8.0)
rake (13.2.1)
ruby-progressbar (1.13.0)
shoulda-context (2.0.0)
Expand Down

0 comments on commit 43261b1

Please sign in to comment.