diff --git a/.vim/bundle/xmledit/tests/Gemfile b/.vim/bundle/xmledit/tests/Gemfile index 02a0ff5..401bfdc 100644 --- a/.vim/bundle/xmledit/tests/Gemfile +++ b/.vim/bundle/xmledit/tests/Gemfile @@ -1,5 +1,5 @@ source "http://rubygems.org" -gem "rake", "~> 0.9.2.2" +gem "rake", "~> 12.3.3" gem "rspec", "~> 2.12.0" gem "vimrunner", "~> 0.2.0" diff --git a/.vim/bundle/xmledit/tests/Gemfile.lock b/.vim/bundle/xmledit/tests/Gemfile.lock index 9c5d471..9c0c0c9 100644 --- a/.vim/bundle/xmledit/tests/Gemfile.lock +++ b/.vim/bundle/xmledit/tests/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: http://rubygems.org/ specs: diff-lcs (1.1.3) - rake (0.9.2.2) + rake (12.3.3) rspec (2.12.0) rspec-core (~> 2.12.0) rspec-expectations (~> 2.12.0) @@ -17,6 +17,6 @@ PLATFORMS ruby DEPENDENCIES - rake (~> 0.9.2.2) + rake (~> 12.3.3) rspec (~> 2.12.0) vimrunner (~> 0.2.0)