Skip to content

Commit

Permalink
Gemspec deps version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblommesteijn committed Jul 4, 2013
1 parent 8b72656 commit b60f11f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wiki-api.gemspec
Expand Up @@ -22,8 +22,8 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake"

# dependencies
spec.add_dependency 'nokogiri', "~> 1.5.0"
spec.add_dependency 'json', "~> 1.6.1"
spec.add_development_dependency "test-unit", "~> 2.0.0"
spec.add_dependency 'nokogiri', "> 1.5.0"
spec.add_dependency 'json', "> 1.6.1"
spec.add_development_dependency "test-unit", "> 2.0.0"

end

0 comments on commit b60f11f

Please sign in to comment.