Skip to content

Commit

Permalink
Merge pull request #1 from securingdev/dependabot/bundler/dotfiles/do…
Browse files Browse the repository at this point in the history
…t-vim/bundle/vim-scala/rake-12.3.3

Bump rake from 0.9.2.2 to 12.3.3 in /dotfiles/.vim/bundle/vim-scala
  • Loading branch information
securingdev committed Mar 13, 2021
2 parents e2d86b6 + bc1c6ca commit 63760c6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion dotfiles/.vim/bundle/vim-scala/Gemfile
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
gem 'vimrunner', '0.3.0'
gem 'rake', '10.0.4'
gem 'rake', '12.3.3'
gem 'rspec', '~> 2.13.0'

26 changes: 14 additions & 12 deletions dotfiles/.vim/bundle/vim-scala/Gemfile.lock
@@ -1,20 +1,22 @@
GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.1.3)
rake (0.9.2.2)
rspec (2.9.0)
rspec-core (~> 2.9.0)
rspec-expectations (~> 2.9.0)
rspec-mocks (~> 2.9.0)
rspec-core (2.9.0)
rspec-expectations (2.9.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.9.0)
diff-lcs (1.4.4)
rake (12.3.3)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)
vimrunner (0.3.0)

PLATFORMS
ruby

DEPENDENCIES
rake
rspec
rake (= 12.3.3)
rspec (~> 2.13.0)
vimrunner (= 0.3.0)

0 comments on commit 63760c6

Please sign in to comment.