Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin rake version to avoid rubocop/rake 11 incompatibility
All tests are failing with: https://travis-ci.org/voxpupuli/puppet-corosync/jobs/114738369 ``` $ bundle exec rake $CHECK rake aborted! NoMethodError: undefined method `last_comment' for #<Rake::Application:0x000000021df220> /home/travis/build/voxpupuli/puppet-corosync/vendor/bundle/ruby/2.2.0/gems/rubocop-0.37.2/lib/rubocop/rake_task.rb:24:in `initialize' /home/travis/build/voxpupuli/puppet-corosync/Rakefile:9:in `new' /home/travis/build/voxpupuli/puppet-corosync/Rakefile:9:in `<top (required)>' (See full trace by running task with --trace) ``` Once rubocop/rubocop#2931 is released then rubocop can be updated and the pinning removed. Thanks to theforeman/foreman#3298 for the pointer
- Loading branch information