Skip to content

fix: use VERSION constant for abstractions dependency in downstream gemspecs - #140

Merged
Vincent Biret (baywet) merged 1 commit into
microsoft:mainfrom
andreaTP:fix/synced-version-dependency
Aug 24, 2026
Merged

fix: use VERSION constant for abstractions dependency in downstream gemspecs#140
Vincent Biret (baywet) merged 1 commit into
microsoft:mainfrom
andreaTP:fix/synced-version-dependency

Conversation

@andreaTP

Copy link
Copy Markdown
Contributor

The hardcoded constraint '>= 0.17', '< 0.18' was not updated by release-please when bumping versions, causing bundle resolution failures on release PRs. Using the gem's own VERSION constant keeps the dependency in sync automatically since all versions are bumped together.

…emspecs

The hardcoded constraint '>= 0.17', '< 0.18' was not updated by
release-please when bumping versions, causing bundle resolution
failures on release PRs. Using the gem's own VERSION constant
keeps the dependency in sync automatically since all versions
are bumped together.
@andreaTP
Andrea Peruffo (andreaTP) requested a review from a team as a code owner August 24, 2026 16:48

@baywet Vincent Biret (baywet) left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks for the contribution!

@baywet
Vincent Biret (baywet) merged commit dc5c71c into microsoft:main Aug 24, 2026
70 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants