Skip to content

Commit

Permalink
bring back ruby 2.4 since that broke rubocop builds because of some d…
Browse files Browse the repository at this point in the history
…ependency foobar
  • Loading branch information
grosser committed Nov 22, 2020
1 parent a08cadf commit b6bac31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parallel.gemspec
Expand Up @@ -15,5 +15,5 @@ Gem::Specification.new name, Parallel::VERSION do |s|
}
s.files = `git ls-files lib MIT-LICENSE.txt`.split("\n")
s.license = "MIT"
s.required_ruby_version = '>= 2.5'
s.required_ruby_version = '>= 2.4'
end

0 comments on commit b6bac31

Please sign in to comment.