Upgraded ruby to 2.2.3 and 2 gems by rebuilding Gemfile.lock file

This commit is contained in:
Al Snow
2015-08-24 14:21:09 -04:00
parent 79f5564f87
commit ce27ba761a
4 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
language: ruby
rvm:
- "2.2.2"
- "2.2.3"
before_script: rake db:setup
before_script: bundle exec rake db:setup
env: RAILSGOAT_MAINTAINER=true