Skip to content

Commit

Permalink
Merge pull request #287 from grosser/grosser/eol
Browse files Browse the repository at this point in the history
bring back ruby 2.4 since that broke rubocop builds because of some d…
  • Loading branch information
grosser committed Nov 22, 2020
2 parents a08cadf + b6bac31 commit 7d43255
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 7d43255

Please sign in to comment.