Skip to content

Commit

Permalink
Merge pull request #11 from RadiusNetworks/update-ruby-version-allowed
Browse files Browse the repository at this point in the history
Update the allowed ruby version range to allow for ruby v3
  • Loading branch information
armahillo authored Jan 10, 2023
2 parents 381fea3 + e52d9ee commit 11cf81a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rspec/api_doc/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module RSpec
module ApiDoc
VERSION = "0.1.1"
VERSION = "0.1.2"
end
end
2 changes: 1 addition & 1 deletion rspec-api_doc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.required_ruby_version = '~> 2.5'
spec.required_ruby_version = '>= 2.5', '< 4'

spec.add_runtime_dependency "rack-test", ">= 0.6.3"
spec.add_runtime_dependency "rspec-core", "~> 3.2"
Expand Down

0 comments on commit 11cf81a

Please sign in to comment.