Skip to content

chore(deps): update concurrent-ruby requirement from ~> 1.3.0, < 1.3.7 to ~> 1.3.0, < 1.3.8 - #136

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/concurrent-ruby-tw-1.3.0-and-lt-1.3.8
Closed

chore(deps): update concurrent-ruby requirement from ~> 1.3.0, < 1.3.7 to ~> 1.3.0, < 1.3.8#136
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/concurrent-ruby-tw-1.3.0-and-lt-1.3.8

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on concurrent-ruby to permit the latest version.

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:

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.

Release v1.3.3 (9 June 2024)

  • (#1053) Improve the speed of Concurrent.physical_processor_count on Windows.

Release v1.3.2, edge v0.7.1 (7 June 2024)

concurrent-ruby:

  • (#1051) Remove dependency on win32ole.

concurrent-ruby-edge:

  • (#1052) Fix dependency on concurrent-ruby to allow the latest release.

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.available_processor_count that is cgroups aware.

... (truncated)

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 dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Jun 17, 2026
@dependabot
dependabot Bot requested a review from AnjanJ as a code owner June 17, 2026 11:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Jun 17, 2026
…7 to ~> 1.3.0, < 1.3.8

Updates the requirements on [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) to permit the latest version.
- [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.0...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 force-pushed the dependabot/bundler/concurrent-ruby-tw-1.3.0-and-lt-1.3.8 branch from 537b555 to 8c9fd7b Compare June 23, 2026 05:04
@paul

paul commented Jun 23, 2026

Copy link
Copy Markdown

There's currently some CVEs in concurrent-ruby 1.3.6:

$ ./bin/bundler-audit
Name: concurrent-ruby
Version: 1.3.6
CVE: CVE-2026-54904
GHSA: GHSA-h8w8-99g7-qmvj
Criticality: Unknown
URL: https://www.cve.org/CVERecord/SearchResults?query=CVE-2026-54904
Title: Concurrent Ruby - `AtomicReference#update` livelocks when the stored value is `Float::NAN`
Solution: update to '>= 1.3.7'

But I can't update it because of rails_error_dashboard:

$ bundle update concurrent-ruby rails_error_dashboard
Fetching gem metadata from https://rubygems.org/........
Resolving dependencies...
Could not find compatible versions

Because rails_error_dashboard >= 0.1.28 depends on concurrent-ruby >= 1.3.0, < 1.3.7
  and Gemfile depends on rails_error_dashboard ~> 0.6,
  concurrent-ruby >= 1.3.0, < 1.3.7 is required.
So, because Gemfile depends on concurrent-ruby >= 1.3.7,
  version solving has failed.

@AnjanJ AnjanJ closed this Jun 25, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/bundler/concurrent-ruby-tw-1.3.0-and-lt-1.3.8 branch June 25, 2026 12:13
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.

2 participants