From 8c4a0150ba45ba66a2b32628d42aea56d2364604 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Tue, 13 Nov 2012 15:51:18 +0100 Subject: [PATCH] Use adamantium from dkubb/adamantium --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d9d81703..d01a1364 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gemspec -gem 'adamantium', :git => 'https://github.com/mbj/adamantium.git', :branch => :'configurable-freezers' +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'