Skip to content

[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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mjgiarlo
Copy link
Member

@mjgiarlo mjgiarlo commented Apr 17, 2025

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?

Comment on lines -8 to -9
gem 'byebug'
gem 'rspec_junit_formatter' # For CircleCI
Copy link
Member Author

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.

@mjgiarlo mjgiarlo force-pushed the bump-dependencies branch from d6a9eec to 11b35e8 Compare April 17, 2025 21:47
@@ -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'
Copy link
Member Author

@mjgiarlo mjgiarlo Apr 17, 2025

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'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace byebug with debug.

@mjgiarlo mjgiarlo requested a review from justinlittman April 17, 2025 21:49
@mjgiarlo mjgiarlo force-pushed the bump-dependencies branch from 11b35e8 to fe21628 Compare April 18, 2025 20:51
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