Skip to content

Commit

Permalink
Bump rubocop dependency to 0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
jawshooah committed Jan 14, 2016
1 parent 36eb435 commit a12ad9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubocop-rspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^spec/})
spec.extra_rdoc_files = ['MIT-LICENSE.md', 'README.md']

spec.add_development_dependency('rubocop', '~> 0.31')
spec.add_development_dependency('rubocop', '~> 0.36')
spec.add_development_dependency('rake', '~> 10.1')
spec.add_development_dependency('rspec', '~> 3.0')
spec.add_development_dependency('simplecov', '~> 0.8')
Expand Down

0 comments on commit a12ad9a

Please sign in to comment.