From b6656c7fa360855dd043c5b261447092e28db045 Mon Sep 17 00:00:00 2001 From: Eric Oestrich Date: Thu, 8 Dec 2016 10:25:10 -0500 Subject: [PATCH] Remove >= for rspec in the gemspec --- Gemfile.lock | 4 ++-- rspec_api_documentation.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 49bdbcae..65a476b5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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/ @@ -157,4 +157,4 @@ DEPENDENCIES webmock (~> 1.7) BUNDLED WITH - 1.11.2 + 1.13.6 diff --git a/rspec_api_documentation.gemspec b/rspec_api_documentation.gemspec index bea3f74c..e1417466 100644 --- a/rspec_api_documentation.gemspec +++ b/rspec_api_documentation.gemspec @@ -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"