Temporarily roll back ember rc5. We identified some things we need to fix.

This commit is contained in:
Robin Ward
2013-06-06 01:24:52 -04:00
parent 255a614142
commit a3d62fdf69
9 changed files with 4691 additions and 7120 deletions

View File

@@ -4,10 +4,8 @@ gem 'active_model_serializers', git: 'https://github.com/rails-api/active_model_
# we had issues with latest, stick to the rev till we figure this out
# PR that makes it all hang together welcome
gem 'ember-rails'
gem 'ember-source', '1.0.0.rc5' # or the version you need
gem 'handlebars-source', '1.0.0.rc4' # or the version you need
gem 'barber'
gem 'ember-rails', git: 'https://github.com/emberjs/ember-rails.git', ref: '57bbe32'
gem 'barber', '0.3.0'
gem 'vestal_versions', git: 'https://github.com/zhangyuan/vestal_versions'