Sha256: f18e829061be3442cbf98483f15b331374108d2036fc9c0c6f4f0f58b870090a
Contents?: true
Size: 362 Bytes
Versions: 2
Compression:
Stored size: 362 Bytes
Contents
#!/bin/bash # # ruby-1.9.3 travis has bundler 1.7.6 installed, which pulls in dm-types-1.2.0 # during the datamapper multiverse suite. this causes a dep conflict on json # gem. updating bundler to latest on that version pulls in dm-types-1.2.2 # and does not cause a conflict. set -ev if [[ `ruby --version` =~ ^ruby\ 1\.9\.3 ]]; then gem install bundler fi
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
newrelic_rpm-3.18.1.330 | test/script/before_install/update_bundler.sh |
newrelic_rpm-3.18.0.329 | test/script/before_install/update_bundler.sh |