Skip to content

Relax dev dependencies - #361

Merged
chrisarcand merged 2 commits into
hashicorp:masterfrom
nevans:relax-dev-dependencies
Jan 12, 2026
Merged

Relax dev dependencies#361
chrisarcand merged 2 commits into
hashicorp:masterfrom
nevans:relax-dev-dependencies

Conversation

@nevans

@nevans nevans commented Dec 15, 2025

Copy link
Copy Markdown
Contributor

Don't pin development dependencies to specific (old) versions. There appear to be some minor incompatibilities with ruby 4.0 and some of the older development dependencies.

It could make sense to change several dependencies from ~> to >=. And maybe keep rspec and webmock with ~>. But, at least for gem development, I've personally found that's usually much more hassle than it's worth.

Don't pin development dependencies to specific (old) versions.

It could make sense to change several dependencies from `~>` to `>=`.
And _maybe_ keep `rspec` and `webmock` with `~>`.  But, at least for gem
development, I've found that's usually much more hassle than it's worth.
This is how `bundle gem` has generated new gems for a while now.
@nevans
nevans requested a review from a team as a code owner December 15, 2025 23:33

@chrisarcand chrisarcand 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.

Totally.

@chrisarcand
chrisarcand merged commit 09c810d into hashicorp:master Jan 12, 2026
18 of 19 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