1
0
Fork 0
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:
Kenta Murata 2019-10-09 10:51:25 +09:00 committed by Nobuyoshi Nakada
parent 40b82afe6a
commit e794d96ca4
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
Notes: git 2020-07-06 08:56:27 +09:00

View file

@ -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"