Upgraded Ruby to 2.1.6; Rebuild Gemfile.lock file

This commit is contained in:
Al Snow
2015-05-23 12:04:11 -04:00
parent 510247efcf
commit 4af6cced17
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
language: ruby
rvm:
- "2.1.5"
- "2.1.6"
before_script: rake db:setup
before_script: bundle exec rake db:setup
env: RAILSGOAT_MAINTAINER=true