pin rake version to 1.x line

rake 11 remvoes the last_comment method which
causes a error when trying to run rake jobs
current guidance is to pin the version back to
before the change

MS-1230
This commit is contained in:
David Maloney 2016-03-10 15:39:06 -06:00
parent 1911d0cd17
commit b878e762c0
No known key found for this signature in database
GPG Key ID: DEDBA9DC3A913DB2
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ group :development, :test do
# Make rspec output shorter and more useful # Make rspec output shorter and more useful
gem 'fivemat', '~> 1.3.1' gem 'fivemat', '~> 1.3.1'
# running documentation generation tasks and rspec tasks # running documentation generation tasks and rspec tasks
gem 'rake', '>= 10.0.0' gem 'rake', '~> 10.5'
# Define `rake spec`. Must be in development AND test so that its available by default as a rake test when the # Define `rake spec`. Must be in development AND test so that its available by default as a rake test when the
# environment is development # environment is development
gem 'rspec-rails' , '~> 3.3' gem 'rspec-rails' , '~> 3.3'

View File

@ -237,7 +237,7 @@ GEM
activesupport (= 4.1.15) activesupport (= 4.1.15)
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
rake (11.0.1) rake (10.5.0)
rb-readline-r7 (0.5.2.0) rb-readline-r7 (0.5.2.0)
recog (2.0.14) recog (2.0.14)
nokogiri nokogiri
@ -305,7 +305,7 @@ DEPENDENCIES
metasploit-yard! metasploit-yard!
metasploit_data_models! metasploit_data_models!
pry pry
rake (>= 10.0.0) rake (~> 10.5)
redcarpet redcarpet
rspec-rails (~> 3.3) rspec-rails (~> 3.3)
shoulda-matchers shoulda-matchers