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)