anyway_config.gemspec in anyway_config-1.1.2 vs anyway_config.gemspec in anyway_config-1.1.3

- old
+ new

@@ -11,19 +11,18 @@ s.email = ["dementiev.vm@gmail.com"] s.homepage = "http://github.com/palkan/anyway_config" s.summary = "Configuration DSL for Ruby libraries and applications" s.description = %{ Configuration DSL for Ruby libraries and applications. - Allows you to easily follow the twelve-factor application principles (https://12factor.net/config). } s.license = "MIT" s.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR) s.require_paths = ["lib"] s.required_ruby_version = '>= 2.2' s.add_development_dependency "rspec", "~> 3.5" - s.add_development_dependency "rubocop", "~> 0.49" + s.add_development_dependency "rubocop", "~> 0.52" s.add_development_dependency "simplecov", ">= 0.3.8" end