Skip to content

Fix Rails version env var format in Travis config #2227

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

Merged
merged 1 commit into from
Dec 11, 2019

Conversation

pirj
Copy link
Member

@pirj pirj commented Dec 10, 2019

downgrade_bundler_on_old_rails has a check for Rails < 5, and it false triggered for builds where RAILS_VERSION had two digits.

Example builds: before, after.

downgrade_bundler_on_old_rails has a check for Rails < 5, and it false
triggered for builds where RAILS_VERSION had two digits.
@pirj pirj self-assigned this Dec 10, 2019
@pirj pirj marked this pull request as ready for review December 10, 2019 23:47
@JonRowe JonRowe merged commit 7d68eb2 into master Dec 11, 2019
@JonRowe JonRowe deleted the fix-version-detection branch December 11, 2019 17:42
@JonRowe
Copy link
Member

JonRowe commented Dec 11, 2019

👍 Whilst this does have different semantics, I'm ok with putting this back to a full version.

@pirj
Copy link
Member Author

pirj commented Dec 11, 2019

Yep, I though that this will miss 6.0 when 6.1 is out, but pretty sure we'll ajdust the config by that time.

@JonRowe
Copy link
Member

JonRowe commented Dec 11, 2019

We'd have to add 6.0 anyway, so its no harm

JonRowe pushed a commit that referenced this pull request Jan 12, 2020
downgrade_bundler_on_old_rails has a check for Rails < 5, and it false
triggered for builds where RAILS_VERSION had two digits.
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