Skip to content

Commit

Permalink
Fix rubocop version
Browse files Browse the repository at this point in the history
When use latest rubocop, violation occurs in unchanged code
https://travis-ci.org/jedcn/reveal-ck/jobs/222556617
  • Loading branch information
sue445 committed Apr 16, 2017
1 parent 30d69bc commit 43609bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reveal-ck.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'nokogiri'
s.add_development_dependency 'relish'
s.add_development_dependency 'rspec'
s.add_development_dependency 'rubocop'
s.add_development_dependency 'rubocop', '0.46.0'
s.add_development_dependency 'simplecov'

files = {
Expand Down

0 comments on commit 43609bb

Please # to comment.