Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the ruby-bundler group with 7 updates #140

Merged
merged 1 commit into from
Jun 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2024

Bumps the ruby-bundler group with 7 updates:

Package From To
activesupport 7.1.3.2 7.1.3.3
minitest 5.22.3 5.23.1
bigdecimal 3.1.7 3.1.8
concurrent-ruby 1.2.3 1.3.1
i18n 1.14.4 1.14.5
mini_portile2 2.8.6 2.8.7
racc 1.7.3 1.8.0

Updates activesupport from 7.1.3.2 to 7.1.3.3

Release notes

Sourced from activesupport's releases.

7.1.3.3

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • No changes.

Action Pack

  • No changes.

Active Job

  • No changes.

Action Mailer

  • No changes.

Action Cable

  • No changes.

Active Storage

... (truncated)

Changelog

Sourced from activesupport's changelog.

Rails 7.1.3.3 (May 16, 2024)

  • No changes.
Commits

Updates minitest from 5.22.3 to 5.23.1

Changelog

Sourced from minitest's changelog.

=== 5.23.1 / 2024-05-21

  • 1 bug fix:

    • Fully qualify the Queue class to avoid conflicts with other libraries. (rafaelfranca)

=== 5.23.0 / 2024-05-15

  • 3 minor enhancements:

    • Added -Werror to raise on any warning output. (byroot)
    • Added UnexpectedWarning as a failure summary type, added count to output if activated.
    • Added minitest/manual_plugins.rb w/ new Minitest.load method. (tenderlove)
  • 2 bug fixes:

    • Allow empty_run! and reporter to display summary for empty runs. (zzak)
    • Make test task verbose using either rake's -v or -t (was just -t).
Commits
  • 7ad0ff0 prepped for release
  • f60c6f2 - Fully qualify the Queue class to avoid conflicts with other libraries. (raf...
  • b04feec Branching minitest to version 5.23.0
  • f0f17b9 + Added -Werror to raise on any warning output. (byroot)
  • 609f1ad Added testW0 rake task.
  • d6f62b9 Fixed specs task for pattern_match expectation mapping.
  • 56f5068 OMG... Rake.verbose returns Object.new if unset. Fixed by ruby/rake#567, but ...
  • 3f14f2a Updated versions/EOL for ruby/rails in readme
  • b2a4b43 + Added minitest/manual_plugins.rb w/ new Minitest.load method. (tenderlove)
  • 6a8f348 - Make test task verbose using either rake's -v or -t (was just -t).
  • Additional commits viewable in compare view

Updates bigdecimal from 3.1.7 to 3.1.8

Release notes

Sourced from bigdecimal's releases.

v3.1.8

What's Changed

New Contributors

Full Changelog: ruby/bigdecimal@v3.1.7...v3.1.8

Changelog

Sourced from bigdecimal's changelog.

3.1.8

Commits

Updates concurrent-ruby from 1.2.3 to 1.3.1

Release notes

Sourced from concurrent-ruby's releases.

v1.3.1

This release is essentially v1.3.0, but with a properly packaged gem. There was an issue publishing v1.3.0 and that gem needed to be yanked to avoid breaking downstream projects. The v1.3.0 changelog is reproduced below.

What's Changed

New Contributors

Full Changelog: ruby-concurrency/concurrent-ruby@v1.2.3...v1.3.1

v1.3.0

There was a packaging issue that resulted in a broken v1.3.0 gem having been pushed to RubyGems. The code corresponding to this tag is fine to use, but there is no corresponding v1.3.0 gem as we had to yank it. Please use v1.3.1 instead, which is nothing more than v1.3.0 packaged correctly.

What's Changed

New Contributors

Full Changelog: ruby-concurrency/concurrent-ruby@v1.2.3...v1.3.0

Changelog

Sourced from concurrent-ruby's changelog.

Release v1.3.1 (29 May 2024)

  • Release 1.3.0 was broken when pushed to RubyGems. 1.3.1 is a packaging fix.

Release v1.3.0 (28 May 2024)

  • (#1042) Align Java Executor Service behavior for shuttingdown?, shutdown?
  • (#1038) Add Concurrent.usable_processor_count that is cgroups aware.
Commits
  • b5e090b Promoting 1.3.1.pre to 1.3.1.
  • 695be8a Prepare a 1.3.1.pre gem to test things for the 1.3.1 release.
  • 7dab998 Prepare the 1.3.1 release.
  • bda72ae Prepare the 1.3.0 release.
  • 83d31a3 Fix a small grammar issue.
  • 8b9b0da Align Java Executor Service behavior for shuttingdown?, shutdown?
  • 899621f Add 10 minute timeout to GitHub Actions
  • eae2851 Clarify
  • fe562f6 Cleanups
  • a5f09a5 Add Concurrent.usable_processor_count that is cgroups aware
  • Additional commits viewable in compare view

Updates i18n from 1.14.4 to 1.14.5

Release notes

Sourced from i18n's releases.

v1.14.5

What's Changed

New Contributors

Full Changelog: ruby-i18n/i18n@v1.14.4...v1.14.5

Commits
  • 55c7750 Bump to 1.14.5
  • 2ab6eb0 Merge pull request #688 from Bilka2/escaped-reserved-interpolation
  • 5bec0bc Merge pull request #691 from tom-lord/interpolate_documentation_syntax_fix
  • 305edf4 Merge branch 'master' into interpolate_documentation_syntax_fix
  • 73fd07e Merge pull request #682 from tom-lord/add_I18n.interpolation_keys
  • 9b84d1d Merge pull request #692 from uiur/optimize-fallbacks-compute
  • fb8e34e Remove unnecessary line
  • 3d19b68 Use left recursion
  • a295dba Optimize I18n::Locale::Fallbacks#compute
  • 8f4bca1 Add note about not altering strings when no params are given
  • Additional commits viewable in compare view

Updates mini_portile2 from 2.8.6 to 2.8.7

Release notes

Sourced from mini_portile2's releases.

2.8.7 / 2024-05-31

Added

  • When setting the C compiler through the MiniPortile constructor, the preferred keyword argument is now :cc_command. The original :gcc_command is still supported. (#144 by @​flavorjones)
  • Add support for extracting xz-compressed tarballs on OpenBSD. (#141 by @​postmodern)
  • Add OpenBSD support to the experimental method MakeMakefile#mkmf_config. (#141 by @​flavorjones)

Changed

  • MiniPortileCMake now detects the C and C++ compiler the same way MiniPortile does: by examining environment variables, then using kwargs, then looking in RbConfig (in that order). (#144 by @​flavorjones)
  • GPG file verification error messages are captured in the raised exception. Previously these errors went to stderr. (#145 by @​flavorjones)

2.8.7.rc1

Prerelease, see https://github.com/flavorjones/mini_portile/blob/main/CHANGELOG.md

Changelog

Sourced from mini_portile2's changelog.

2.8.7 / 2024-05-31

Added

  • When setting the C compiler through the MiniPortile constructor, the preferred keyword argument is now :cc_command. The original :gcc_command is still supported. (#144 by @​flavorjones)
  • Add support for extracting xz-compressed tarballs on OpenBSD. (#141 by @​postmodern)
  • Add OpenBSD support to the experimental method MakeMakefile#mkmf_config. (#141 by @​flavorjones)

Changed

  • MiniPortileCMake now detects the C and C++ compiler the same way MiniPortile does: by examining environment variables, then using kwargs, then looking in RbConfig (in that order). (#144 by @​flavorjones)
  • GPG file verification error messages are captured in the raised exception. Previously these errors went to stderr. (#145 by @​flavorjones)
Commits
  • 144c328 version bump to v2.8.7
  • 1f58a0a Merge pull request #146 from flavorjones/flavorjones-downstream-ci
  • a9ab5c1 ci: attempt to add caching to the downstream projects
  • 7e45cd2 ci: integration test against nokogiri, sqlite3, re2
  • 702a90d ci: add a skeleton downstream actions workflow
  • 79e694d version bump to v2.8.7.rc1
  • 5fbc9a1 doc: update CHANGELOG
  • 5dd29f8 Merge pull request #141 from postmodern/openbsd-support
  • 68f8344 mkmf_config is more robust about detecting libdir
  • 4d789d1 ci: set MAKE=gmake for OpenBSD
  • Additional commits viewable in compare view

Updates racc from 1.7.3 to 1.8.0

Release notes

Sourced from racc's releases.

v1.8.0

What's Changed

New Contributors

Full Changelog: ruby/racc@v1.7.3...v1.8.0

Commits
  • 8eeca62 Merge pull request #268 from yui-knk/v1.8.0
  • 1f81d39 Bump up v1.8.0
  • 00ebdbb Merge pull request #262 from yui-knk/support_expect_bang
  • 8f4ad92 Support error_on_expect_mismatch declaration in Racc grammar file
  • 354e98a Merge pull request #266 from ydah/fix-readme-ja
  • b4ec52c Merge pull request #267 from ydah/change-encode
  • 017a46e Change encode EUC-JP to UTF-8
  • f53a1f2 Update Racc link in README.ja.rdoc
  • b75bf42 Change Requirement to match README.rdoc
  • 0c0f585 Merge pull request #265 from nobu/options
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 1, 2024
@javierjulio javierjulio self-assigned this Jun 1, 2024
@javierjulio javierjulio self-requested a review June 1, 2024 16:39
@javierjulio javierjulio merged commit 43261b1 into master Jun 1, 2024
3 checks passed
@javierjulio javierjulio deleted the dependabot/bundler/ruby-bundler-a3ec9e011c branch June 1, 2024 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant