diff options
| author | Stefan <[email protected]> | 2023-04-27 18:03:35 +0200 |
|---|---|---|
| committer | Stefan <[email protected]> | 2023-04-27 18:03:35 +0200 |
| commit | d2d1d6e6b897b73aea408dc4fbcba3d08acf020a (patch) | |
| tree | b035d4bc0e0e77f11070e616b8d33d6faca5e83f /axlsx.gemspec | |
| parent | 3399d667294716e03072f94da3e0976465ac8445 (diff) | |
| download | caxlsx-d2d1d6e6b897b73aea408dc4fbcba3d08acf020a.tar.gz caxlsx-d2d1d6e6b897b73aea408dc4fbcba3d08acf020a.zip | |
Drop support for Ruby < 2.7
Diffstat (limited to 'axlsx.gemspec')
| -rw-r--r-- | axlsx.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/axlsx.gemspec b/axlsx.gemspec index 400bf0e2..369413ce 100644 --- a/axlsx.gemspec +++ b/axlsx.gemspec @@ -22,6 +22,6 @@ Gem::Specification.new do |s| s.add_development_dependency 'yard', "~> 0.9.8" s.add_development_dependency 'kramdown', '~> 2.3' s.add_development_dependency 'timecop', "~> 0.9.0" - s.required_ruby_version = '>= 2.3' + s.required_ruby_version = '>= 2.7' s.require_path = 'lib' end |
