From 63f034162c7a9f8c5dbfca9c442793731a829311 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Thu, 9 Aug 2012 19:50:22 +0200 Subject: [PATCH] Use dkubb/immutable --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 7ac769fd..3096ef61 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gemspec -gem 'immutable', :git => 'https://github.com/mbj/immutable' +gem 'immutable', :git => 'https://github.com/dkubb/immutable' gem 'abstract', :git => 'https://github.com/mbj/abstract' # Until there is a release with explicit sends to self fix