RuboCop 0.52.0 linting (#603)
* gemspec: Make 2.2.2 the earliest-supported Ruby version * Exclude linting which came out wrong
This commit is contained in:
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
||||
spec.version = GitHubChangelogGenerator::VERSION
|
||||
spec.default_executable = "github_changelog_generator"
|
||||
|
||||
spec.required_ruby_version = ">= 1.9.3"
|
||||
spec.required_ruby_version = ">= 2.2.2"
|
||||
spec.authors = ["Petr Korolev", "Olle Jonsson"]
|
||||
spec.email = "sky4winder+github_changelog_generator@gmail.com"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user