From 9f7de62a40e726c18ab2ada4275580e20b3a1b86 Mon Sep 17 00:00:00 2001 From: Matt Campbell Date: Thu, 21 Jul 2016 11:58:39 -0400 Subject: [PATCH] More open rspec and activesupport dep versions --- rspec_api_documentation.gemspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rspec_api_documentation.gemspec b/rspec_api_documentation.gemspec index bea3f74c..da7a95e0 100644 --- a/rspec_api_documentation.gemspec +++ b/rspec_api_documentation.gemspec @@ -3,7 +3,7 @@ $:.unshift lib unless $:.include?(lib) Gem::Specification.new do |s| s.name = "rspec_api_documentation" - s.version = "4.8.0" + s.version = "4.8.1" s.platform = Gem::Platform::RUBY s.authors = ["Chris Cahoon", "Sam Goldman", "Eric Oestrich"] s.email = ["chris@smartlogicsolutions.com", "sam@smartlogicsolutions.com", "eric@smartlogicsolutions.com"] @@ -14,9 +14,9 @@ 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 "activesupport", ">= 3.0.0" - s.add_runtime_dependency "mustache", "~> 1.0", ">= 0.99.4" + s.add_runtime_dependency "rspec", "~> 3.0" + s.add_runtime_dependency "activesupport", "~> 3.0" + s.add_runtime_dependency "mustache", "~> 1.0", ">= 0.99.4" s.add_development_dependency "bundler", "~> 1.0" s.add_development_dependency "fakefs", "~> 0.4"