Skip to content

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

Merged
merged 2 commits into from
Jan 30, 2017
Merged

Fix other builds by pinning rest client #1779

merged 2 commits into from
Jan 30, 2017

Conversation

JonRowe
Copy link
Member

@JonRowe JonRowe commented Jan 23, 2017

No description provided.

@@ -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'
Copy link
Member

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

Copy link
Member Author

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

@JonRowe JonRowe force-pushed the fix_other_builds branch 2 times, most recently from 4809ef0 to 6d41f64 Compare January 27, 2017 07:51
@myronmarston
Copy link
Member

These changes look fine, although were you expecting them to fix 1.8.7?

@JonRowe
Copy link
Member Author

JonRowe commented Jan 29, 2017

Yeah I did, but bundler is doing something weird. The conflict its complaining about doesn't exist :/

@JonRowe JonRowe force-pushed the fix_other_builds branch 2 times, most recently from 7aaa7ec to 351bcd6 Compare January 29, 2017 23:58
@JonRowe
Copy link
Member Author

JonRowe commented Jan 30, 2017

@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.

@myronmarston
Copy link
Member

LGTM. Do you want to merge this and then kick the builds of the other repos to see if they are indeed green?

@JonRowe JonRowe merged commit 1451bf8 into master Jan 30, 2017
@JonRowe JonRowe deleted the fix_other_builds branch January 30, 2017 09:17
sebjacobs pushed a commit to futurelearn/rspec-rails that referenced this pull request Mar 15, 2019
* pin rubocop for rails

* limit relish to modern rubies
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