-
Notifications
You must be signed in to change notification settings - Fork 226
chore: Enable Gemfile Dev Deps #1426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Enable Gemfile Dev Deps #1426
Conversation
48b14b6 to
c473ecc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Approved as-is, one small docs suggestion.
P.S. I didn't realize how merging the Rubocop PR would impact this one! Apologies for the merge conflicts!
bin/update-dependencies
Outdated
| fi | ||
|
|
||
| for gemspec in $(git ls-files \*.gemspec) | ||
| for gemspec in $(git ls-files \*Gemfile) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know we usually use this for dev dependencies, but prior to this PR, the script could also be used with general dependencies too. if this is all that needs to be changed, what do you think about updating documentation (possibly in CONTRIBUTING.md) to note how to adjust the script to update dependencies in gemspecs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True! I'll make sure this supports both.
kaylareopelle
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
|
@arielvalentin - Thanks for the updates! Once the conflicts are resolved I'll merge this in. It doesn't look like I have the option to resolve them myself. |
c3b6c2b to
6f50651
Compare
In open-telemetry#1426 we enabled Gemfile dev dependencies.
In #1426 we enabled Gemfile dev dependencies.
https://docs.rubocop.org/rubocop/cops_gemspec.html#gemspecdevelopmentdependencies