Skip to content
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

refactor: use Gemfile for development dependencies #4

Merged
merged 1 commit into from Feb 11, 2022

Conversation

olleolleolle
Copy link
Member

This PR changes the way development dependencies are included in the build.

By having the development dependencies in the Gemfile, we have improved control over the versions picked during
tests, allowing us to run tests with variants, such as:

gem 'faraday', '~> 2.0'

This PR changes none of the behaviour.

This way, we have improved control over the versions picked during
tests, allowing us to run tests with variants, such as:

    gem 'faraday', '~> 2.0'
@olleolleolle olleolleolle merged commit b446435 into main Feb 11, 2022
@olleolleolle olleolleolle deleted the use-gemfile branch February 11, 2022 06:52
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.

None yet

1 participant