Upgraded to Ruby 2.3.1 + 3 more gems

This commit is contained in:
Al Snow
2016-04-28 05:09:36 -04:00
parent 39b8e85d21
commit ec2c3ad854
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
language: ruby
rvm:
- "2.3.0"
- "2.3.1"
before_script: rake db:setup
before_script: bundle exec rake db:setup
cache: bundler