From d5b35c360fecb3c416d67a6abd4589cef605a045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 11:11:26 +0000 Subject: [PATCH] Bump rake in /.vim/pack/hilefoks/start/editorconfig-vim/tests Bumps [rake](https://github.com/ruby/rake) from 10.4.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/v10.4.2...v12.3.3) Signed-off-by: dependabot[bot] --- .vim/pack/hilefoks/start/editorconfig-vim/tests/Gemfile | 2 +- .vim/pack/hilefoks/start/editorconfig-vim/tests/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vim/pack/hilefoks/start/editorconfig-vim/tests/Gemfile b/.vim/pack/hilefoks/start/editorconfig-vim/tests/Gemfile index 2d08f9e..49270e4 100644 --- a/.vim/pack/hilefoks/start/editorconfig-vim/tests/Gemfile +++ b/.vim/pack/hilefoks/start/editorconfig-vim/tests/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -gem 'rake', '~> 10.4.2' +gem 'rake', '~> 12.3.3' gem 'rspec', '~> 3.4.0' gem 'vimrunner', '~> 0.3.1' diff --git a/.vim/pack/hilefoks/start/editorconfig-vim/tests/Gemfile.lock b/.vim/pack/hilefoks/start/editorconfig-vim/tests/Gemfile.lock index 531053d..5d1c3f4 100644 --- a/.vim/pack/hilefoks/start/editorconfig-vim/tests/Gemfile.lock +++ b/.vim/pack/hilefoks/start/editorconfig-vim/tests/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: diff-lcs (1.2.5) - rake (10.4.2) + rake (12.3.3) rspec (3.4.0) rspec-core (~> 3.4.0) rspec-expectations (~> 3.4.0) @@ -22,6 +22,6 @@ PLATFORMS ruby DEPENDENCIES - rake (~> 10.4.2) + rake (~> 12.3.3) rspec (~> 3.4.0) vimrunner (~> 0.3.1)