From 049614eee9a9b995393609a1ca0a1458ce2a83c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 18:57:44 +0000 Subject: [PATCH] Bump rake from 0.9.2.2 to 12.3.3 in /.vim/bundle/xmledit/tests Bumps [rake](https://github.com/ruby/rake) from 0.9.2.2 to 12.3.3. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v0.9.2.2...v12.3.3) Signed-off-by: dependabot[bot] --- .vim/bundle/xmledit/tests/Gemfile | 2 +- .vim/bundle/xmledit/tests/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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)