Skip to content

Commit c580425

Browse files
authored
Merge pull request #139 from editorconfig/dependabot/bundler/tests/plugin/rake-12.3.3
Bump rake from 10.4.2 to 12.3.3 in /tests/plugin
2 parents 21fbc2a + 3b7d17b commit c580425

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/plugin/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
22

3-
gem 'rake', '~> 10.4.2'
3+
gem 'rake', '~> 12.3.3'
44
gem 'rspec', '~> 3.4.0'
55
gem 'vimrunner', '~> 0.3.1'

tests/plugin/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
diff-lcs (1.2.5)
5-
rake (10.4.2)
5+
rake (12.3.3)
66
rspec (3.4.0)
77
rspec-core (~> 3.4.0)
88
rspec-expectations (~> 3.4.0)
@@ -22,6 +22,6 @@ PLATFORMS
2222
ruby
2323

2424
DEPENDENCIES
25-
rake (~> 10.4.2)
25+
rake (~> 12.3.3)
2626
rspec (~> 3.4.0)
2727
vimrunner (~> 0.3.1)

0 commit comments

Comments
 (0)