Use dkubb/immutable in a ref IceNine was not used

* IceNine can cause huge problems when larger object graphs
  are reachable from an immutable object.
This commit is contained in:
Markus Schirp 2012-08-09 19:54:52 +02:00
parent 63f034162c
commit 18cb5b38ba

View file

@ -2,8 +2,8 @@ source 'https://rubygems.org'
gemspec
gem 'immutable', :git => 'https://github.com/dkubb/immutable'
gem 'abstract', :git => 'https://github.com/mbj/abstract'
gem 'immutable', :git => 'https://github.com/dkubb/immutable.git', :ref => '4a4b7ddd138a32944fa0ddaff8412490cf9dd875'
gem 'abstract', :git => 'https://github.com/mbj/abstract.git'
# Until there is a release with explicit sends to self fix
gem 'to_source', :git => 'https://github.com/mbj/to_source'