Sha256: dd7398377e9a636057f2008e241606fff06f1f21702bf76a46cdff21bd94a95e
Contents?: true
Size: 720 Bytes
Versions: 12
Compression:
Stored size: 720 Bytes
Contents
#!/bin/bash bundle exec rake test ruby_v=$(ruby -v) ACTIVEMODEL_VERSION='3.2' bundle update ACTIVEMODEL_VERSION='3.2' bundle exec rake test ACTIVEMODEL_VERSION='4.0' bundle update ACTIVEMODEL_VERSION='4.0' bundle exec rake test ACTIVEMODEL_VERSION='4.1' bundle update ACTIVEMODEL_VERSION='4.1' bundle exec rake test ACTIVEMODEL_VERSION='4.2' bundle update ACTIVEMODEL_VERSION='4.2' bundle exec rake test ACTIVEMODEL_VERSION='5.0' bundle update ACTIVEMODEL_VERSION='5.0' bundle exec rake test ACTIVEMODEL_VERSION='5.1' bundle update ACTIVEMODEL_VERSION='5.1' bundle exec rake test if [[ ! $ruby_v =~ '2.2.0' ]]; then ACTIVEMODEL_VERSION='5.2' bundle update ACTIVEMODEL_VERSION='5.2' bundle exec rake test fi
Version data entries
12 entries across 12 versions & 1 rubygems