From bdfe2a10996821a69d127eb1b07da7144f23b715 Mon Sep 17 00:00:00 2001 From: Dan Kubb Date: Sun, 19 Jan 2014 23:53:02 -0800 Subject: [PATCH] Remove explicit equalizer and memoizable gem dependencies --- Gemfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index 8b76745c..f9926b8d 100644 --- a/Gemfile +++ b/Gemfile @@ -6,8 +6,6 @@ gemspec gem 'adamantium', '~> 0.1.0', git: 'https://github.com/dkubb/adamantium.git' gem 'axiom-types', '~> 0.0.5', git: 'https://github.com/dkubb/axiom-types.git' -gem 'equalizer', '~> 0.0.8', git: 'https://github.com/dkubb/equalizer.git' -gem 'memoizable', '~> 0.4.0', git: 'https://github.com/dkubb/memoizable.git' platform :rbx do gem 'rubysl-bigdecimal', '~> 2.0.2'