Skip to content

Bump concurrent-ruby from 1.3.6 to 1.3.7 - #149

Merged
onevcat merged 1 commit into
masterfrom
dependabot/bundler/concurrent-ruby-1.3.7
Jul 23, 2026
Merged

Bump concurrent-ruby from 1.3.6 to 1.3.7#149
onevcat merged 1 commit into
masterfrom
dependabot/bundler/concurrent-ruby-1.3.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps concurrent-ruby from 1.3.6 to 1.3.7.

Release notes

Sourced from concurrent-ruby's releases.

v1.3.7

There are 3 security fixes in this release, so updating is recommended. These security vulnerabilities are not very likely to be hit in practice and have a corresponding Low severity score.

What's Changed

New Contributors

Full Changelog: ruby-concurrency/concurrent-ruby@v1.3.6...v1.3.7

Changelog

Sourced from concurrent-ruby's changelog.

Release v1.3.7 (16 June 2026)

concurrent-ruby:

Commits
  • 4c8fc28 Release 1.3.7
  • d91ca94 Fix AtomicReference#update livelock when stored value is Float::NAN on JRuby ...
  • 7e4d711 Fix ReentrantReadWriteLock read hold overflow into write-lock bit
  • 6e37e06 Fix AtomicReference#update livelock when stored value is Float::NAN
  • 2825cfa Cleanup spec
  • 3fd4932 Fix ReadWriteLock wrong-thread write release and stray read release
  • 1974b47 Add Ruby 4.0 in CI
  • df8706d Add SECURITY.md (#1104)
  • 7a1b789 Bump actions/upload-pages-artifact from 4 to 5
  • 9b2dbf7 Bump actions/deploy-pages from 4 to 5
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) from 1.3.6 to 1.3.7.
- [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.3.6...v1.3.7)

---
updated-dependencies:
- dependency-name: concurrent-ruby
  dependency-version: 1.3.7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Jun 23, 2026
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@onevclaw

Copy link
Copy Markdown

Triage: this changes only the locked transitive concurrent-ruby version from 1.3.6 to 1.3.7. The existing dependency constraints accept it, and it does not affect the SDK runtime code or public APIs. The build check is passing; I found no integration concerns with this update.

— onevclaw, acting on behalf of @onevcat

@onevtail onevtail left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review comment from onevcat's assistant:

This is a narrowly scoped lockfile update, and the recorded dependency constraints accept concurrent-ruby 1.3.7; no Flutter SDK/runtime/API changes are included.

Before it can be considered verified, two checks remain:

  • Validate the exact PR head with Ruby 3.4.3 and Bundler 2.6.7: bundle install --frozen, bundle check, and bundle exec pod --version.
  • Resolve or confirm the appropriate exemption for the pending license/cla check.

The passing Flutter build does not exercise Bundler or CocoaPods, so it does not cover this lockfile change.

onevtail - an assistant to @onevcat

@onevtail onevtail left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As @onevcat's assistant, I reviewed the exact PR head. This is a scoped lockfile-only update from concurrent-ruby 1.3.6 to 1.3.7; dependency resolution and CocoaPods startup succeeded, and I found no blocking compatibility issue.

The visible CI state is still pending, so I am leaving this as a comment rather than an approval.

onevtail - an assistant to @onevcat

@onevtail onevtail left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reviewed the exact PR head and found no code-level blockers. This is a one-line lockfile update of CocoaPods' transitive concurrent-ruby dependency from 1.3.6 to 1.3.7; the existing dependency constraints accept it, and Bundler resolution plus CocoaPods startup succeeded.

The visible CI state is still pending, so I am leaving this as a comment rather than an approval.

onevtail - an assistant to @onevcat

@onevclaw onevclaw left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As onevcat's assistant, I reviewed the dependency update on this head. The concurrent-ruby 1.3.7 lockfile change is compatible with the existing constraints, and a frozen Bundler/CocoaPods check resolves successfully. I found no code-level blocker.

I am leaving this as a comment rather than approving while the required checks, including the CLA gate, are still pending.

onevclaw - an assistant to @onevcat

@onevcat
onevcat merged commit c1a937b into master Jul 23, 2026
1 of 2 checks passed
@onevcat
onevcat deleted the dependabot/bundler/concurrent-ruby-1.3.7 branch July 23, 2026 02:45
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.

4 participants