Skip to content

Bump concurrent-ruby from 1.3.6 to 1.3.7 - #117

Merged
whitby3001 merged 1 commit into
masterfrom
dependabot/bundler/concurrent-ruby-1.3.7
Jun 29, 2026
Merged

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 24, 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 24, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner June 24, 2026 01:25
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Jun 24, 2026
@whitby3001

Copy link
Copy Markdown
Contributor

Copilot summary:

Review summary

I checked the concurrent-ruby upgrade from 1.3.6 → 1.3.7 against this repo’s usage, the upstream changelog, and the actual code commits in ruby-concurrency/concurrent-ruby.

What changed upstream

This is a small but important patch release. The main code changes are bug/security fixes in atomic and lock primitives:

  • Fix AtomicReference#update livelock when the stored value is Float::NAN
  • Fix ReentrantReadWriteLock read-count overflow
  • Fix ReadWriteLock so wrong-thread write unlocks and stray read unlocks are rejected
  • Minor platform/CI/docs changes, plus a package version bump

The changelog explicitly calls out 3 low-severity security fixes, and the commit diff shows the fixes are limited to concurrency primitives rather than any broad API redesign.

Compatibility with hermod

This repo uses concurrent-ruby indirectly via activesupport, and the lock/atomic APIs are not used directly in the application code here. In Gemfile.lock, we already depend on:

  • activesupport 8.1.3
  • concurrent-ruby 1.3.6
  • Ruby 3.4.5 for local development (.ruby-version)

That means the update stays within the version range already expected by ActiveSupport (concurrent-ruby (~> 1.0, >= 1.3.1)), so this bump should be compatible with the current dependency stack.

Safety / risk assessment

I don’t see anything in the upstream changes that suggests a breaking change for this repo:

  • No API removal affecting common Rails/ActiveSupport usage
  • Changes are mostly defensive correctness fixes
  • The Ruby/JRuby/TruffleRuby adjustments are internal implementation details
  • The new lock error behavior is a stricter runtime check, but only affects code that incorrectly releases locks from the wrong thread or releases an unheld lock

For hermod specifically, this looks like a safe dependency bump and a good security update.

Recommendation

Safe to merge. I’d approve this update, since it picks up upstream bug/security fixes with low regression risk and remains compatible with the repo’s current Ruby/ActiveSupport setup.

@whitby3001
whitby3001 merged commit 54d7674 into master Jun 29, 2026
2 checks passed
@whitby3001
whitby3001 deleted the dependabot/bundler/concurrent-ruby-1.3.7 branch June 29, 2026 14:24
@sonarqubecloud

Copy link
Copy Markdown

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