Merge pull request #4091 from instrumentio/feature/rubygems-2
ensure v2 release of rubygems
This commit is contained in:
commit
85ae8e2ac5
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Travis CI still includes 1.2.x by default
|
||||
gem install bundler --version '>= 1.3.4'
|
||||
|
||||
# Ensure known RubyGems version
|
||||
envdir="$(readlink -e $(dirname $0))/../env"
|
||||
. "$envdir/ruby_env"
|
||||
|
|
|
|||
2
script/env/ruby_env
vendored
2
script/env/ruby_env
vendored
|
|
@ -1,3 +1,3 @@
|
|||
rubygems_version="1.8.25"
|
||||
rubygems_version="2.0.3"
|
||||
ruby_version="1.9.3-p385"
|
||||
gemset="diaspora"
|
||||
|
|
|
|||
Loading…
Reference in a new issue