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"