commit 7f4f077ba99c4e17943a44005b5bf261690cfb70 parent 56ce318250296e72ef38ea51c3bfc829bb527104 Author: Whyme Lyu <callme5long@gmail.com> Date: Fri, 3 May 2013 21:04:50 +0800 Use URL source in Gemfile to avoid warning Diffstat:
| M | Gemfile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile @@ -1,6 +1,6 @@ # Until we figure out how to install deps in Travis env in a modern, DRY # way, just use this. -source :rubygems +source 'http://rubygems.org/' gemspec