-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Fix other builds by pinning rest client #1779
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
Conversation
@@ -12,6 +12,9 @@ group :documentation do | |||
gem 'redcarpet', '2.3.0' | |||
gem 'github-markup', '1.0.0' | |||
gem 'relish' | |||
if RUBY_VERSION '< 2.0.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to have broken things worse. Every entry in the build matrix is failing during the bundle install
phase with:
Undefined local variable or method `RUBY_VERSION' for Gemfile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems I typo'd this
4809ef0
to
6d41f64
Compare
These changes look fine, although were you expecting them to fix 1.8.7? |
Yeah I did, but bundler is doing something weird. The conflict its complaining about doesn't exist :/ |
7aaa7ec
to
351bcd6
Compare
351bcd6
to
7d427d1
Compare
@myronmarston this is now failing for the usual reasons on 1.8.7, and so should fix the other builds (huzzah :/) turns out theres a bundler issue with displaying dependency resolution on 1.14, 1.13 enabled me to find out what the issue was. |
LGTM. Do you want to merge this and then kick the builds of the other repos to see if they are indeed green? |
* pin rubocop for rails * limit relish to modern rubies
No description provided.