Sha256: c5034dc748ea8533dbf7abefb3fdac031c0ab7594601b7317dd82f6ab07da954
Contents?: true
Size: 459 Bytes
Versions: 3
Compression:
Stored size: 459 Bytes
Contents
#!/usr/bin/env bash set -e for RUBY in 2.6.10 2.7.6 do for ACTIVERECORD in 5.1.1 5.2.8 do echo ">>> Testing with Ruby ${RUBY} and ActiveRecord ${ACTIVERECORD}." export RBENV_VERSION=$RUBY export ACTIVERECORD=$ACTIVERECORD rbenv install $RUBY --skip-existing bundle install bundle check bundle exec rake test rm Gemfile.lock echo ">>> Finished testing with Ruby ${RUBY} and ActiveRecord ${ACTIVERECORD}." done done
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
attr_encrypted-4.1.1 | test/run.sh |
attr_encrypted-4.1.0 | test/run.sh |
attr_encrypted-4.0.0 | test/run.sh |