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

[bundler] Bump the monthly group with 10 updates #40

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the monthly group with 10 updates:

Package From To
activerecord 7.1.3.2 7.1.3.4
minitest 5.22.3 5.23.1
mocha 2.2.0 2.3.0
sqlite3 1.7.2 1.7.3
activemodel 7.1.3.2 7.1.3.4
activesupport 7.1.3.2 7.1.3.4
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

Updates activerecord from 7.1.3.2 to 7.1.3.4

Release notes

Sourced from activerecord's releases.

7.1.3.4

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • No changes.

Action Pack

  • Include the HTTP Permissions-Policy on non-HTML Content-Types [CVE-2024-28103]

Active Job

  • No changes.

Action Mailer

  • No changes.

Action Cable

  • No changes.

... (truncated)

Changelog

Sourced from activerecord's changelog.

Rails 7.1.3.4 (June 04, 2024)

  • No changes.

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 mocha from 2.2.0 to 2.3.0

Changelog

Sourced from mocha's changelog.

2.3.0

External changes

  • Fix nested parameter matching for keyword arguments (f94e2504, #648) - thanks to @​CodingAnarchy for reporting
Commits
  • a50f9e5 [skip ci] Update documentation for v2.3.0
  • 49750a3 Bump version to 2.3.0 & prepare for release
  • f94e250 Fix nested parameter matching for keyword arguments
  • See full diff in compare view

Updates sqlite3 from 1.7.2 to 1.7.3

Release notes

Sourced from sqlite3's releases.

1.7.3 / 2024-03-15

Dependencies


sha256 checksums:

0ccb8c001cd2617f4801a2c816142d3c9bc299e3f3e0f49e03812f3610b0891c  sqlite3-1.7.3-aarch64-linux.gem
eb653026d44f8502b74564e585245485a5667d72f8888854e53c561f816541b0  sqlite3-1.7.3-arm-linux.gem
b956160cc882d2568f332f915c9fe27cae9a4521b202d6e7ea540171c88e4600  sqlite3-1.7.3-arm64-darwin.gem
8304a254e4fb0692e651b6f783e009415085f885d940c51c77981b8523511f45  sqlite3-1.7.3-x64-mingw-ucrt.gem
dde57850e92a7da0c7833dd904e666fe7baf382f1c7cabbec8e28a0005a4beea  sqlite3-1.7.3-x64-mingw32.gem
95543cad6bbdf1ba822526bcd0aba4a378887d9da906b8bfa250002745f3847e  sqlite3-1.7.3-x86-linux.gem
b88e117ae14b2c5b61a7eb14da24b3b0e93cd3e1c17774ff3b6e5a03ffe4e5b7  sqlite3-1.7.3-x86_64-darwin.gem
522a3285660dec8253465880c97980e873db0d79060900be8d14194217a3ee73  sqlite3-1.7.3-x86_64-linux.gem
fa77f63c709548f46d4e9b6bb45cda52aa3881aa12cc85991132758e8968701c  sqlite3-1.7.3.gem
Changelog

Sourced from sqlite3's changelog.

1.7.3 / 2024-03-15

Dependencies

Commits
  • bcba930 version bump to v1.7.3
  • f821184 ci: run gem-install and sqlite3-ruby workflows on stable branches
  • c203fa2 Merge pull request #514 from sparklemotion/flavorjones-sqlite-3.45.2_1-7-stable
  • faf32b5 doc: update CHANGELOG
  • 7445a37 dep: update vendored sqlite to v3.45.2
  • 10cbc45 doc: fix date in CHANGELOG
  • See full diff in compare view

Updates activemodel from 7.1.3.2 to 7.1.3.4

Release notes

Sourced from activemodel's releases.

7.1.3.4

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • No changes.

Action Pack

  • Include the HTTP Permissions-Policy on non-HTML Content-Types [CVE-2024-28103]

Active Job

  • No changes.

Action Mailer

  • No changes.

Action Cable

  • No changes.

... (truncated)

Changelog

Sourced from activemodel's changelog.

Rails 7.1.3.4 (June 04, 2024)

  • No changes.

Rails 7.1.3.3 (May 16, 2024)

  • No changes.
Commits

Updates activesupport from 7.1.3.2 to 7.1.3.4

Release notes

Sourced from activesupport's releases.

7.1.3.4

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • No changes.

Action Pack

  • Include the HTTP Permissions-Policy on non-HTML Content-Types [CVE-2024-28103]

Active Job

  • No changes.

Action Mailer

  • No changes.

Action Cable

  • No changes.

... (truncated)

Changelog

Sourced from activesupport's changelog.

Rails 7.1.3.4 (June 04, 2024)

  • No changes.

Rails 7.1.3.3 (May 16, 2024)

  • No changes.
Commits

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

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
sqlite3 [>= 2.0.a, < 2.1]

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 monthly group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [activerecord](https://github.com/rails/rails) | `7.1.3.2` | `7.1.3.4` |
| [minitest](https://github.com/minitest/minitest) | `5.22.3` | `5.23.1` |
| [mocha](https://github.com/freerange/mocha) | `2.2.0` | `2.3.0` |
| [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) | `1.7.2` | `1.7.3` |
| [activemodel](https://github.com/rails/rails) | `7.1.3.2` | `7.1.3.4` |
| [activesupport](https://github.com/rails/rails) | `7.1.3.2` | `7.1.3.4` |
| [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` |


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

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 `mocha` from 2.2.0 to 2.3.0
- [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md)
- [Commits](freerange/mocha@v2.2.0...v2.3.0)

Updates `sqlite3` from 1.7.2 to 1.7.3
- [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases)
- [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/sqlite3-ruby@v1.7.2...v1.7.3)

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

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

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)

---
updated-dependencies:
- dependency-name: activerecord
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: monthly
- dependency-name: minitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: monthly
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: monthly
- dependency-name: sqlite3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: monthly
- dependency-name: activemodel
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: monthly
- dependency-name: activesupport
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: monthly
- dependency-name: bigdecimal
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: monthly
- dependency-name: concurrent-ruby
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: monthly
- dependency-name: i18n
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: monthly
- dependency-name: mini_portile2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: monthly
...

Signed-off-by: dependabot[bot] <[email protected]>
@ahaverbuch ahaverbuch merged commit 8f48863 into main Jun 5, 2024
1 check passed
@ahaverbuch ahaverbuch deleted the dependabot/bundler/monthly-e453a2a86e branch June 5, 2024 16:08
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant