Skip to content

Commit

Permalink
fix satisfied version for rc release
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 22, 2016
1 parent f5c2ff7 commit 7a9afd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmlrpc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 2.4.0"
spec.required_ruby_version = ">= 2.4.0dev"

spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit 7a9afd1

Please sign in to comment.