-
Notifications
You must be signed in to change notification settings - Fork 4
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
Replace deprecated --without flag with bundle config #88
base: main
Are you sure you want to change the base?
Conversation
.expeditor/verify.pipeline.yml
Outdated
@@ -2,7 +2,8 @@ steps: | |||
|
|||
- label: run-lint-and-specs-ruby-2.5 | |||
command: | |||
- bundle install --jobs=7 --retry=3 --without docs debug | |||
- bundle config set docs debug |
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.
Missing without
here.
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.
Apologies. Adding it.
Signed-off-by: jayashri garud <[email protected]>
4d90668
to
850767b
Compare
Signed-off-by: jayashri garud <[email protected]>
@jayashrig158 You can just remove Ruby 2.5 testing here and add Ruby 3 instead |
Signed-off-by: Your Name <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
Replacing --without flag with bundle config to get rid of bundler deprecated warning :
[DEPRECATED] The --without flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use bundle config set without 'development doc', and stop using this flag
Signed-off-by: jayashri garud [email protected]
Description
Related Issue
Types of changes
Checklist: