We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e720bf3 commit a34d6faCopy full SHA for a34d6fa
.travis.yml
@@ -1,5 +1,7 @@
1
sudo: false
2
language: ruby
3
rvm:
4
- - 2.3.3
+ - 2.6.9
5
+ - 2.7.5
6
+ - 3.0.3
7
before_install: gem install bundler -v 1.16.1
csv-safe.gemspec
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
19
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
spec.require_paths = ['lib']
21
22
- spec.required_ruby_version = '>= 2.7.0'
+ spec.required_ruby_version = '>= 2.6.0'
23
24
spec.add_development_dependency 'bundler', '>= 2.1.4'
25
spec.add_development_dependency "rake", ">= 12.3.3"
0 commit comments