Skip to content

Commit

Permalink
Merge pull request #139 from editorconfig/dependabot/bundler/tests/pl…
Browse files Browse the repository at this point in the history
…ugin/rake-12.3.3

Bump rake from 10.4.2 to 12.3.3 in /tests/plugin
  • Loading branch information
cxw42 authored Mar 15, 2020
2 parents 21fbc2a + 3b7d17b commit c580425
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/plugin/Gemfile
Original file line number Diff line number Diff line change
@@ -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'
4 changes: 2 additions & 2 deletions tests/plugin/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -22,6 +22,6 @@ PLATFORMS
ruby

DEPENDENCIES
rake (~> 10.4.2)
rake (~> 12.3.3)
rspec (~> 3.4.0)
vimrunner (~> 0.3.1)

0 comments on commit c580425

Please sign in to comment.