update vagrant, travis to ruby 2.4

This commit is contained in:
Kyle Drake 2017-04-02 14:14:51 -07:00
parent d6f51a1cbb
commit 3fdd165f41
2 changed files with 3 additions and 3 deletions

View file

@ -3,5 +3,5 @@
apt-get -y install python-software-properties
apt-add-repository -y ppa:brightbox/ruby-ng
apt-get -y update
apt-get -y install ruby2.3 ruby2.3-dev
apt-get -y install ruby2.4 ruby2.4-dev
gem install bundler --no-rdoc --no-ri