Use adamantium from rubyforge
This commit is contained in:
parent
378f92faf2
commit
d77042c872
2 changed files with 1 additions and 2 deletions
1
Gemfile
1
Gemfile
|
@ -2,7 +2,6 @@ source 'https://rubygems.org'
|
|||
|
||||
gemspec
|
||||
|
||||
gem 'adamantium', :git => 'https://github.com/dkubb/adamantium.git'
|
||||
gem 'descendants_tracker', :git => 'https://github.com/dkubb/descendants_tracker.git'
|
||||
gem 'abstract_class', :git => 'https://github.com/dkubb/abstract_class.git'
|
||||
gem 'equalizer', :git => 'https://github.com/dkubb/equalizer.git'
|
||||
|
|
|
@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
|
|||
gem.add_runtime_dependency('ice_nine', '~> 0.5.0')
|
||||
gem.add_runtime_dependency('descendants_tracker', '~> 0.0.1')
|
||||
gem.add_runtime_dependency('backports', '~> 2.6')
|
||||
gem.add_runtime_dependency('adamantium', '~> 0.0.1')
|
||||
gem.add_runtime_dependency('adamantium', '~> 0.0.3')
|
||||
gem.add_runtime_dependency('equalizer', '~> 0.0.1')
|
||||
gem.add_runtime_dependency('abstract_class', '~> 0.0.1')
|
||||
gem.add_runtime_dependency('diff-lcs', '~> 1.1.3')
|
||||
|
|
Loading…
Reference in a new issue