Skip to content

Commit

Permalink
Fix dependency on rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Günnewig committed Aug 15, 2016
1 parent 8e3a741 commit 70a78ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ group :development, :test do

if RUBY_VERSION >= '1.9.3'
# Make aruba compliant to ruby community guide
gem 'rubocop', '~> 0.32'
gem 'rubocop', '~> 0.32', '< 0.41.1'
end

if RUBY_VERSION >= '1.9.3'
Expand Down

0 comments on commit 70a78ab

Please sign in to comment.