From c407bf283bab1ff5ea13f2e3ca6ddef380fa2ea7 Mon Sep 17 00:00:00 2001 From: Richo Healey Date: Tue, 24 Jul 2012 17:00:09 -0700 Subject: [PATCH] Remove broken/arbitrary gem locations --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 07d8e96..6796aa4 100644 --- a/Gemfile +++ b/Gemfile @@ -26,14 +26,14 @@ gem 'bcrypt-ruby', '~> 3.0.0' gem 'jbuilder' gem 'compass', '0.12.alpha.4' -gem 'bootstrap-sass', :git => 'git://railscamp.github.com/ivan/bootstrap-sass.git' +gem 'bootstrap-sass' gem 'jquery-rails' gem 'haml' -gem 'djjour', :path => File.expand_path('~/dev/ruby/djjour') +gem 'djjour' gem 'rest-client' gem 'hashie' gem 'thinking-sphinx' -gem 'rails-backbone', :git => 'git://railscamp.github.com/ivan/backbone-rails.git' +gem 'rails-backbone' gem 'handlebars_assets' gem 'god' gem 'thor'