Update url of to_source repo
This commit is contained in:
parent
8cd5379438
commit
41307ad685
1 changed files with 3 additions and 2 deletions
5
Gemfile
5
Gemfile
|
@ -5,8 +5,9 @@ gemspec
|
||||||
gem 'immutable', :git => 'https://github.com/dkubb/immutable.git', :ref => '4a4b7ddd138a32944fa0ddaff8412490cf9dd875'
|
gem 'immutable', :git => 'https://github.com/dkubb/immutable.git', :ref => '4a4b7ddd138a32944fa0ddaff8412490cf9dd875'
|
||||||
gem 'abstract', :git => 'https://github.com/mbj/abstract.git'
|
gem 'abstract', :git => 'https://github.com/mbj/abstract.git'
|
||||||
|
|
||||||
# Until there is a release with explicit sends to self fix
|
# 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'
|
||||||
|
gem 'to_source', :git => 'https://github.com/mbj/to_source.git'
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'rake', '~> 0.9.2'
|
gem 'rake', '~> 0.9.2'
|
||||||
|
|
Loading…
Add table
Reference in a new issue