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.
This commit is contained in:
Matt Bohme 2013-10-03 11:30:42 -07:00
parent f2cc8b037a
commit 742e4076c8

View file

@ -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"