Use to_source from git repo again

This commit is contained in:
Markus Schirp 2012-08-16 18:16:31 +02:00
parent cee1d3943c
commit 23199b3c94

View file

@ -7,8 +7,7 @@ gem 'abstract', :git => 'https://github.com/mbj/abstract.git'
# Remove git version once original to_source is updated
#gem 'to_source', :git => 'https://github.com/mbj/to_source'
#gem 'to_source', :git => 'https://github.com/mbj/to_source.git'
gem 'to_source', :path => '../to_source'
gem 'to_source', :git => 'https://github.com/mbj/to_source.git'
group :development do
gem 'rake', '~> 0.9.2'