Skip to content

Commit

Permalink
Remove >= for rspec in the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
oestrich committed Dec 8, 2016
1 parent c7eff87 commit b6656c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
rspec_api_documentation (4.8.0)
activesupport (>= 3.0.0)
mustache (~> 1.0, >= 0.99.4)
rspec (~> 3.0, >= 3.0.0)
rspec (~> 3.0)

GEM
remote: http://rubygems.org/
Expand Down Expand Up @@ -157,4 +157,4 @@ DEPENDENCIES
webmock (~> 1.7)

BUNDLED WITH
1.11.2
1.13.6
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", ">= 3.0.0"
s.add_runtime_dependency "rspec", "~> 3.0"
s.add_runtime_dependency "activesupport", ">= 3.0.0"
s.add_runtime_dependency "mustache", "~> 1.0", ">= 0.99.4"

Expand Down

0 comments on commit b6656c7

Please sign in to comment.