diff options
| author | Geremia Taglialatela <[email protected]> | 2023-05-03 09:22:49 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-05-03 09:22:49 +0200 |
| commit | e7089c59b4da0a09944fcdfe41d0f8886388f875 (patch) | |
| tree | 948c5609a89c797bc89ae0edeac919ddd4a4b933 /axlsx.gemspec | |
| parent | d2d1d6e6b897b73aea408dc4fbcba3d08acf020a (diff) | |
| download | caxlsx-e7089c59b4da0a09944fcdfe41d0f8886388f875.tar.gz caxlsx-e7089c59b4da0a09944fcdfe41d0f8886388f875.zip | |
Reintroduce Ruby 2.6 compatibility
The main reason is to allow JRuby 9.3, which is still supported.
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 369413ce..a15f4129 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.7' + s.required_ruby_version = '>= 2.6' s.require_path = 'lib' end |
