Skip to content

Conversation

@nevans
Copy link
Contributor

@nevans nevans commented Dec 15, 2025

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
@nevans nevans mentioned this pull request Dec 15, 2025
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.

1 participant