Upgraded ruby to 2.3.3

This commit is contained in:
Al Snow
2016-11-22 11:32:05 -05:00
parent 9d82ce03d5
commit 08c6a3ad22
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
language: ruby
rvm:
- "2.3.2"
- "2.3.3"
before_script: rake db:setup
before_script: bundle exec rake db:setup
cache: bundler