diff --git a/cf_spec/fixtures/ruby_2_2_0/.bundle/config b/cf_spec/fixtures/ruby_2_2_0/.bundle/config new file mode 100644 index 000000000..54436d949 --- /dev/null +++ b/cf_spec/fixtures/ruby_2_2_0/.bundle/config @@ -0,0 +1,2 @@ +--- +BUNDLE_CACHE_ALL: true diff --git a/cf_spec/fixtures/ruby_2_2_0/package.sh b/cf_spec/fixtures/ruby_2_2_0/package.sh new file mode 100755 index 000000000..35fac9392 --- /dev/null +++ b/cf_spec/fixtures/ruby_2_2_0/package.sh @@ -0,0 +1,5 @@ +#!/bin/bash -l + +rvm install 2.2.0 +rvm use 2.2.0 +bundle package --all