#!/bin/sh

[ "$ADT_UPGRADE_FROM" = 'wheezy' ] || exit 0

set -ex

expr "$(ruby -v)" : '^ruby 2\.1'
