|
@@ -0,0 +1,18 @@
+--- Gemfile.orig 2011-10-16 11:46:41.187471750 +0200
++++ Gemfile 2011-10-16 11:47:04.870463965 +0200
+@@ -46,12 +46,12 @@
+ gem "RedCloth", "~> 4.0", :require => 'redcloth'
+ gem 'chronic', '~> 0.3.0'
+ gem 'pdfkit', '~> 0.4.6'
+-gem 'ezprint', :git => 'http://github.com/mephux/ezprint.git', :branch => 'rails3', :require => 'ezprint'
++gem 'ezprint', :git => 'git://github.com/mephux/ezprint.git', :branch => 'rails3', :require => 'ezprint'
+ gem 'daemons', '~> 1.1.0'
+ gem 'delayed_job', '~> 2.1.4'
+-gem 'delayed_job_data_mapper', '~> 1.0.0.rc', :git => 'http://github.com/Snorby/delayed_job_data_mapper.git'
++gem 'delayed_job_data_mapper', '~> 1.0.0.rc', :git => 'git://github.com/Snorby/delayed_job_data_mapper.git'
+ gem 'rmagick', '~> 2.13.1'
+-gem 'dm-paperclip', '~> 2.3', :git => 'http://github.com/solnic/dm-paperclip.git', :branch => 'master'
++gem 'dm-paperclip', '~> 2.3', :git => 'git://github.com/solnic/dm-paperclip.git', :branch => 'master'
+ gem 'net-dns', '~> 0.6.1'
+ gem 'whois', '~> 1.6.6'
+ gem 'simple_form', '~> 1.2.2'
|