From bc32a825e2232e1e7112e862c3d931d946afb406 Mon Sep 17 00:00:00 2001 From: Eric Thomas Date: Fri, 31 Jan 2014 08:21:32 -0700 Subject: [PATCH] Remove invalid comment. This was added in 1076aa50a8ffa4f5ab50369807527542a7b87372 when ember-rails was installed from a revision number. This was changed to use the latest gem release in ad6705cca759c6b8d40330d24d981190623cdc43 --- Gemfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index b1b723bac18..a89fb1284cf 100644 --- a/Gemfile +++ b/Gemfile @@ -74,8 +74,6 @@ gem 'active_model_serializers' gem 'onebox', git: 'https://github.com/dysania/onebox.git' -# 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.2.0.1' gem 'handlebars-source', '~> 1.1.2'