Skip to content

Commit

Permalink
Merge pull request Data-Liberation-Front#235 from Data-Liberation-Fro…
Browse files Browse the repository at this point in the history
…nt/support-ruby-2.4-2.5-1

Ruby 2.4 now required, 2.6 not yet supported
  • Loading branch information
Floppy authored Feb 4, 2020
2 parents 383d2fa + 227c7d8 commit 72be95d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csvlint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.required_ruby_version = ['~> 2.0']

spec.required_ruby_version = ['~> 2.4', '< 2.6']
spec.add_dependency "rainbow"
spec.add_dependency "open_uri_redirections"
spec.add_dependency "activesupport"
Expand Down

0 comments on commit 72be95d

Please sign in to comment.