Upgraded ruby to 2.2.4 and gems: sprockets-rails and bundler

This commit is contained in:
Al Snow
2015-12-18 10:51:26 -05:00
parent 38240cd963
commit edf9a6d560
5 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
language: ruby
rvm:
- "2.2.3"
- "2.2.4"
before_script: rake db:setup
before_script: bundle exec rake db:setup
cache: bundler