Skip to content

Commit

Permalink
use rake < 11 since there are some known issues currently with for ex…
Browse files Browse the repository at this point in the history
…ample rubocop (rubocop/rubocop#2931) that will give you this error:

```

MethodError: undefined method `last_comment' for #<Rake::Application
```
  • Loading branch information
peterberkenbosch committed Mar 9, 2016
1 parent 21520d7 commit 4f21b45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spree_social.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'sass-rails', '~> 5.0.0'
s.add_development_dependency 'guard-rspec'
s.add_development_dependency 'rubocop', '>= 0.24.1'
s.add_development_dependency 'rake', '<11'
end

0 comments on commit 4f21b45

Please sign in to comment.