mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/bigdecimal] Drop Ruby 2.3 support
https://github.com/ruby/bigdecimal/commit/79a819d205
This commit is contained in:
parent
40b82afe6a
commit
e794d96ca4
Notes:
git
2020-07-06 08:56:27 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ Gem::Specification.new do |s|
|
|||
sample/pi.rb
|
||||
]
|
||||
|
||||
s.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
||||
s.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
|
||||
|
||||
s.add_development_dependency "rake", ">= 12.3.3"
|
||||
s.add_development_dependency "rake-compiler", ">= 0.9"
|
||||
|
|
Loading…
Add table
Reference in a new issue