templates/default/lib/gemfile.rb in gypsum-0.9.0 vs templates/default/lib/gemfile.rb in gypsum-0.9.1

- old
+ new

@@ -1,9 +1,9 @@ run 'rm Gemfile' create_file 'Gemfile', "source 'http://rubygems.org'\n" gem 'rails', :git => 'git://github.com/rails/rails.git', :branch => '3-1-stable' gem "sqlite3-ruby", :require => "sqlite3" -gem 'devise' +gem 'devise', :git => 'https://github.com/plataformatec/devise.git' gem 'cancan' gem "friendly_id", "~> 3.3.0.alpha2" gem "will_paginate" gem "haml" gem "haml-rails" \ No newline at end of file