Skip to content

Commit 71ab936

Browse files
More open rspec and activesupport dep versions
1 parent d8570ef commit 71ab936

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rspec_api_documentation.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $:.unshift lib unless $:.include?(lib)
33

44
Gem::Specification.new do |s|
55
s.name = "rspec_api_documentation"
6-
s.version = "4.8.0"
6+
s.version = "4.8.1"
77
s.platform = Gem::Platform::RUBY
88
s.authors = ["Chris Cahoon", "Sam Goldman", "Eric Oestrich"]
99
s.email = ["chris@smartlogicsolutions.com", "sam@smartlogicsolutions.com", "eric@smartlogicsolutions.com"]
@@ -14,8 +14,8 @@ Gem::Specification.new do |s|
1414

1515
s.required_rubygems_version = ">= 1.3.6"
1616

17-
s.add_runtime_dependency "rspec", "~> 3.0", ">= 3.0.0"
18-
s.add_runtime_dependency "activesupport", ">= 3.0.0"
17+
s.add_runtime_dependency "rspec", "~> 3.0", ">= 3.0"
18+
s.add_runtime_dependency "activesupport", ">= 3.0"
1919
s.add_runtime_dependency "mustache", "~> 1.0", ">= 0.99.4"
2020

2121
s.add_development_dependency "bundler", "~> 1.0"

0 commit comments

Comments
 (0)