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

only specify ruby version for ci #591

Merged

Conversation

BenMorganIO
Copy link
Collaborator

This PR removes the requirement for the developer to have to specify a specific version of ruby. If we have a hard setting of ruby in development, we could end up causing regressions in Rails projects. (Such as bumping ruby to 2.3 and using &. syntax, and unknowingly causing regressions for 2.2 and 2.1 users.)

Also, this is a first step in making sure that we can improve the ruby version coverage for our CI.

@c-lliope
Copy link
Contributor

This looks good. Once the build's passing, merge it on in.

@BenMorganIO BenMorganIO force-pushed the remove-ruby-version-dependency branch from 63fce8e to f21b7bc Compare May 25, 2016 04:28
@BenMorganIO BenMorganIO merged commit f21b7bc into thoughtbot:master May 25, 2016
@BenMorganIO BenMorganIO deleted the remove-ruby-version-dependency branch May 25, 2016 04:31
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.

2 participants