Skip to content

chore(deps): bump concurrent-ruby from 1.3.3 to 1.3.7#3277

Merged
feruzm merged 1 commit into
developmentfrom
dependabot/bundler/concurrent-ruby-1.3.7
Jun 20, 2026
Merged

chore(deps): bump concurrent-ruby from 1.3.3 to 1.3.7#3277
feruzm merged 1 commit into
developmentfrom
dependabot/bundler/concurrent-ruby-1.3.7

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps concurrent-ruby from 1.3.3 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

v1.3.6

What's Changed

New Contributors

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

... (truncated)

Changelog

Sourced from concurrent-ruby's changelog.

Release v1.3.7 (16 June 2026)

concurrent-ruby:

Release v1.3.6 (13 December 2025)

concurrent-ruby:

Release v1.3.5, edge v0.7.2 (15 January 2025)

concurrent-ruby:

  • (#1062) Remove dependency on logger.

concurrent-ruby-edge:

  • (#1062) Remove dependency on logger.

Release v1.3.4 (10 August 2024)

  • (#1060) Fix bug with return value of Concurrent.available_processor_count when cpu.cfs_quota_us is -1.
  • (#1058) Add Concurrent.cpu_shares that is cgroups aware.
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.3 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.3...v1.3.7)

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

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 20, 2026
@greptile-apps

greptile-apps Bot commented Jun 20, 2026

Copy link
Copy Markdown

Greptile Summary

This PR bumps the concurrent-ruby gem from 1.3.3 to 1.3.7, resolving three low-severity CVEs (CVE-2026-54904, CVE-2026-54905, CVE-2026-54906) related to livelock, lock-count overflow, and wrong-thread lock release.

  • The Gemfile constraint is widened from < 1.3.4 to < 1.3.8, allowing the patched release while keeping the upper bound tight.
  • Gemfile.lock is updated consistently with the new resolved version and matching constraint entry.

Confidence Score: 5/5

Safe to merge — a minimal, automated dependency bump that applies security patches with no functional or API changes.

The only changes are the version constraint in Gemfile and the resolved version in Gemfile.lock. The upstream release addresses three low-severity concurrency bugs in rarely-exercised code paths; v1.3.7 is a drop-in replacement with no breaking API changes. The upper-bound constraint is kept tight (< 1.3.8), limiting exposure to future unknowns.

No files require special attention.

Important Files Changed

Filename Overview
Gemfile Version constraint widened from < 1.3.4 to < 1.3.8 to allow the security-patched 1.3.7 release.
Gemfile.lock Resolved version of concurrent-ruby bumped from 1.3.3 to 1.3.7; DEPENDENCIES section updated to match the new constraint.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Gemfile constraint\n< 1.3.4] -->|widened to| B[Gemfile constraint\n< 1.3.8]
    B --> C[Gemfile.lock resolves\nconcurrent-ruby 1.3.7]
    C --> D{Security fixes included}
    D --> E[CVE-2026-54904\nAtomicReference#update livelock\non Float::NAN]
    D --> F[CVE-2026-54905\nReentrantReadWriteLock\nread-count overflow]
    D --> G[CVE-2026-54906\nReadWriteLock wrong-thread\nwrite release]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[Gemfile constraint\n< 1.3.4] -->|widened to| B[Gemfile constraint\n< 1.3.8]
    B --> C[Gemfile.lock resolves\nconcurrent-ruby 1.3.7]
    C --> D{Security fixes included}
    D --> E[CVE-2026-54904\nAtomicReference#update livelock\non Float::NAN]
    D --> F[CVE-2026-54905\nReentrantReadWriteLock\nread-count overflow]
    D --> G[CVE-2026-54906\nReadWriteLock wrong-thread\nwrite release]
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump concurrent-ruby from 1..." | Re-trigger Greptile

@feruzm feruzm merged commit b0da91d into development Jun 20, 2026
10 of 16 checks passed
@feruzm feruzm deleted the dependabot/bundler/concurrent-ruby-1.3.7 branch June 20, 2026 13:18
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