Skip to content

Commit

Permalink
Merge pull request #159 from josepjaume/patch-1
Browse files Browse the repository at this point in the history
Remove version ambiguity
  • Loading branch information
oestrich committed Sep 7, 2014
2 parents 87b3132 + 774fdf9 commit 9f54f11
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 9f54f11

Please sign in to comment.