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:
parent
63f034162c
commit
18cb5b38ba
1 changed files with 2 additions and 2 deletions
4
Gemfile
4
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue