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'