-
Notifications
You must be signed in to change notification settings - Fork 0
[HOLD] Bump dependencies to latest versions #791
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
base: main
Are you sure you want to change the base?
Conversation
gem 'byebug' | ||
gem 'rspec_junit_formatter' # For CircleCI |
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 don't know why we need to declare dev/test dependencies in two places, so I moved this to the gemspec.
d6a9eec
to
11b35e8
Compare
@@ -35,15 +35,17 @@ Gem::Specification.new do |spec| | |||
spec.add_dependency 'nokogiri' | |||
# Match these version requirements to what committee wants, | |||
# so that our client (non-committee) users have the same dependencies. | |||
spec.add_dependency 'openapi_parser', '~> 1.0' | |||
spec.add_dependency 'openapi_parser', '~> 2.0' |
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.
Pick up more recent releases of openapi_parser
and committee
. Any reason to be more conservative about this?
spec.add_dependency 'super_diff' | ||
spec.add_dependency 'thor' | ||
spec.add_dependency 'zeitwerk', '~> 2.1' | ||
|
||
spec.add_development_dependency 'bundler', '~> 2.0' | ||
spec.add_development_dependency 'committee' | ||
spec.add_development_dependency '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.
Replace byebug
with debug
.
11b35e8
to
fe21628
Compare
HOLD until we are confident this is a safe move to make. Note that the DSA build below fails apparently because committee's error behavior has changed.
Why was this change made?
Why not?
How was this change tested?