version is required http://gembundler.com/man/gemfile.5.html, this was causing rvm to return non-zero and thus causing the create-dev-env.sh script to fail

This commit is contained in:
John Jarvis
2012-07-31 14:58:07 -04:00
parent 1279c86097
commit aaeb0446d1

View File

@@ -1,5 +1,5 @@
source :rubygems
ruby "1.9.3"
gem 'rake'
gem 'sass', '3.1.15'
gem 'bourbon', '~> 1.3.6'