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

Lock down development dependency versions #355

Merged
merged 1 commit into from Feb 15, 2019
Merged

Conversation

mockdeep
Copy link
Member

Because we don't check in Gemfile.lock, it's good to lock these down
in our gemspec file. This makes sure the build stays consistent if,
say, there's a major breaking release of RSpec, or once we've added
Rubocop to the build we don't want it to randomly fail every time they
add new rules.

Because we don't check in `Gemfile.lock`, it's good to lock these down
in our `gemspec` file. This makes sure the build stays consistent if,
say, there's a major breaking release of RSpec, or once we've added
Rubocop to the build we don't want it to randomly fail every time they
add new rules.
@mockdeep mockdeep merged commit f747223 into develop Feb 15, 2019
@mockdeep mockdeep deleted the rf-dependencies branch February 15, 2019 23:48
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