diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-11-19 11:00:40 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-11-19 02:31:03 +0000 |
| commit | 685903e56efd9e4db178d8209c4eb079127b625a (patch) | |
| tree | c548491cfb667ae7e8882c1267ef434da2a27df2 | |
| parent | f040b94cf559855ab3755f6333fb2d4a8f81e0d5 (diff) | |
[ruby/etc] Bump up the required ruby version to 2.7
https://github.com/ruby/etc/commit/d047bb6856
| -rw-r--r-- | ext/etc/etc.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/etc/etc.gemspec b/ext/etc/etc.gemspec index 3facc74866..0e9803dc62 100644 --- a/ext/etc/etc.gemspec +++ b/ext/etc/etc.gemspec @@ -40,5 +40,5 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.extensions = %w{ext/etc/extconf.rb} - spec.required_ruby_version = ">= 2.6.0" + spec.required_ruby_version = ">= 2.7.0" end |
