house_style.gemspec in house_style-1.5.1 vs house_style.gemspec in house_style-1.6.0

- old
+ new

@@ -3,11 +3,11 @@ lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = 'house_style' - spec.version = '1.5.1' + spec.version = '1.6.0' spec.authors = ['Altmetric', 'Scott Matthewman'] spec.email = ['engineering@altmetric.com', 'scott.matthewman@gmail.com'] spec.summary = 'A centralised store of house style rules' spec.description = 'Configuration files and other snippets to help you apply standards across multiple projects' @@ -22,10 +22,11 @@ ENDOFMESSAGE spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.require_paths = ['lib'] - spec.add_dependency 'rubocop', '~> 0.63', '< 0.64' + spec.add_dependency 'rubocop', '>= 0.68', '< 0.75' + spec.add_dependency 'rubocop-rails', '~> 2.3' spec.add_dependency 'rubocop-rspec', '~> 1.15' spec.add_development_dependency 'bundler', '~> 1.10' spec.add_development_dependency 'rake', '~> 11.0' end