Skip to content

Commit

Permalink
Remove version ambiguity
Browse files Browse the repository at this point in the history
`~> 3.0.0` is already included by `>= 3.0.0`.
  • Loading branch information
josepjaume committed Sep 6, 2014
1 parent 87b3132 commit 774fdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspec_api_documentation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = ">= 1.3.6"

s.add_runtime_dependency "rspec", "~> 3.0.0", ">= 3.0.0"
s.add_runtime_dependency "rspec", ">= 3.0.0"
s.add_runtime_dependency "activesupport", ">= 3.0.0"
s.add_runtime_dependency "mustache", "~> 0.99", ">= 0.99.4"
s.add_runtime_dependency "json", "~> 1.4", ">= 1.4.6"
Expand Down

0 comments on commit 774fdf9

Please sign in to comment.