From 742e4076c8462713283f53b78ff15ef0f82e379f Mon Sep 17 00:00:00 2001 From: Matt Bohme Date: Thu, 3 Oct 2013 11:30:42 -0700 Subject: [PATCH] Update some dependencies. Tests still pass, I'm going to call it good. If you build a new app today, you'll have a hard time with that version of activesupport and nokogiri. --- microformats2.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/microformats2.gemspec b/microformats2.gemspec index 9dc26ee..e8d1245 100644 --- a/microformats2.gemspec +++ b/microformats2.gemspec @@ -17,9 +17,9 @@ Gem::Specification.new do |gem| gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] - gem.add_runtime_dependency "nokogiri", "~> 1.5.6" - gem.add_runtime_dependency "json", "~> 1.7.6" - gem.add_runtime_dependency "activesupport", "~> 3.2.13" + gem.add_runtime_dependency "nokogiri", ">= 1.5.6" + gem.add_runtime_dependency "json", ">= 1.7.6" + gem.add_runtime_dependency "activesupport", ">= 3.2.13" gem.add_development_dependency "rake", "~> 10.0.0" gem.add_development_dependency "rspec", "~> 2.11.0"