Skip to content

Commit 11cf81a

Browse files
authored
Merge pull request #11 from RadiusNetworks/update-ruby-version-allowed
Update the allowed ruby version range to allow for ruby v3
2 parents 381fea3 + e52d9ee commit 11cf81a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/rspec/api_doc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module RSpec
22
module ApiDoc
3-
VERSION = "0.1.1"
3+
VERSION = "0.1.2"
44
end
55
end

rspec-api_doc.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
2222
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2323
spec.require_paths = ["lib"]
2424

25-
spec.required_ruby_version = '~> 2.5'
25+
spec.required_ruby_version = '>= 2.5', '< 4'
2626

2727
spec.add_runtime_dependency "rack-test", ">= 0.6.3"
2828
spec.add_runtime_dependency "rspec-core", "~> 3.2"

0 commit comments

Comments
 (0)