Conversation
|
Thank you @okapusta! When I tried to run it with clean Ruby 3.4.2, I had a problem with missing If I understood it right, if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.4.0')
gem.add_dependency 'logger'
gem.add_development_dependency "csv", "~> 3"
gem.add_development_dependency 'bigdecimal', "~> 3"
endI'm not able to try it with Ruby 2.5, which is the lowest requirement from the gemspec. I can't install it on my workstation for some reason and the Docker image is so old that the Debian repositories are not working (and one needs to install I was able to run it with Ruby 2.6. But I think that these days we can increase the minimum requirements to Ruby 2.6, as Ruby 2.5 is more than 4 years EOL. What do you think? |
What do you think?