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:
parent
f2cc8b037a
commit
742e4076c8
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue