Skip to content

Commit

Permalink
[Truffle] Try using ourselves to install gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Dec 10, 2016
1 parent 0eeba7d commit 3dfe29c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions test/truffle/ecosystem-travis-install.sh
Expand Up @@ -5,12 +5,11 @@ set -x

unset GEM_HOME GEM_PATH

bin/jruby bin/gem install bundler
jt ruby -rbundler-workarounds bin/gem install bundler

git clone \
--branch master \
https://github.com/jruby/jruby-truffle-gem-test-pack.git \
../jruby-truffle-gem-test-pack

test/truffle/gem-test-pack-checkout-revision.sh

12 changes: 6 additions & 6 deletions test/truffle/gems/install-gems.sh
Expand Up @@ -5,9 +5,9 @@ source test/truffle/common.sh.inc
set -e
set -x

bin/jruby bin/gem install execjs -v 2.6.0
bin/jruby bin/gem install rack -v 1.6.1
bin/jruby bin/gem install tilt -v 2.0.1
bin/jruby bin/gem install rack-protection -v 1.5.3
bin/jruby bin/gem install sinatra -v 1.4.6
bin/jruby bin/gem install asciidoctor -v 1.5.4
jt ruby -rbundler-workarounds bin/gem install execjs -v 2.6.0
jt ruby -rbundler-workarounds bin/gem install rack -v 1.6.1
jt ruby -rbundler-workarounds bin/gem install tilt -v 2.0.1
jt ruby -rbundler-workarounds bin/gem install rack-protection -v 1.5.3
jt ruby -rbundler-workarounds bin/gem install sinatra -v 1.4.6
jt ruby -rbundler-workarounds bin/gem install asciidoctor -v 1.5.4

0 comments on commit 3dfe29c

Please sign in to comment.