Locked rake version to ~11.3.0

Rake 12.0 replace "last_comment" with "last_description".  

This describes the issue and possible fix:
http://stackoverflow.com/questions/35893584/nomethoderror-undefined-method-last-comment-after-upgrading-to-rake-11

Rather than upgrade rspec to 3.5.x and risk changes to test behavior, I've locked rake to the last version before 12.0.
This commit is contained in:
Liam Newman 2016-12-13 15:53:55 -08:00 committed by GitHub
parent f9957b5629
commit f6f71c98e4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ gemspec
group :development do
gem 'jbundler', :platform => :jruby
gem 'rake'
gem 'rake', '~> 11.3.0'
gem 'i18n', '~> 0.6.11', :platform => :mri_18
gem 'activesupport', '~> 3.x', :platform => :mri_18
gem 'ruby-maven', '~> 3.1.1.0', :platform => :jruby