Skip to content

Commit 9f54f11

Browse files
committed
Merge pull request #159 from josepjaume/patch-1
Remove version ambiguity
2 parents 87b3132 + 774fdf9 commit 9f54f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rspec_api_documentation.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
1414

1515
s.required_rubygems_version = ">= 1.3.6"
1616

17-
s.add_runtime_dependency "rspec", "~> 3.0.0", ">= 3.0.0"
17+
s.add_runtime_dependency "rspec", ">= 3.0.0"
1818
s.add_runtime_dependency "activesupport", ">= 3.0.0"
1919
s.add_runtime_dependency "mustache", "~> 0.99", ">= 0.99.4"
2020
s.add_runtime_dependency "json", "~> 1.4", ">= 1.4.6"

0 commit comments

Comments
 (0)