rubocop-faker.gemspec in rubocop-faker-1.0.0 vs rubocop-faker.gemspec in rubocop-faker-1.1.0

- old
+ new

@@ -10,11 +10,11 @@ spec.summary = 'A RuboCop extension for Faker.' spec.description = 'A RuboCop extension for Faker.' spec.homepage = 'https://github.com/koic/rubocop-faker' spec.license = 'MIT' - spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0') + spec.required_ruby_version = Gem::Requirement.new('>= 2.4.0') spec.metadata['homepage_uri'] = spec.homepage # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git. @@ -23,7 +23,8 @@ end spec.bindir = 'exe' spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] - spec.add_runtime_dependency 'rubocop', '>= 0.74' + spec.add_runtime_dependency 'faker', '>= 2.12.0' + spec.add_runtime_dependency 'rubocop', '>= 0.82.0' end