Skip to content

Commit

Permalink
Upgrade memoizable gem dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Dec 16, 2013
1 parent 04d7f9d commit 9cd09ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adamantium.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.extra_rdoc_files = %w[LICENSE README.md CONTRIBUTING.md TODO]

gem.add_runtime_dependency('ice_nine', '~> 0.10.0')
gem.add_runtime_dependency('memoizable', '~> 0.2.0')
gem.add_runtime_dependency('memoizable', '~> 0.3.0')

gem.add_development_dependency('bundler', '~> 1.3', '>= 1.3.5')
end

0 comments on commit 9cd09ee

Please sign in to comment.