We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21fbc2a + 3b7d17b commit c580425Copy full SHA for c580425
2 files changed
tests/plugin/Gemfile
@@ -1,5 +1,5 @@
1
source 'https://rubygems.org'
2
3
-gem 'rake', '~> 10.4.2'
+gem 'rake', '~> 12.3.3'
4
gem 'rspec', '~> 3.4.0'
5
gem 'vimrunner', '~> 0.3.1'
tests/plugin/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)
6
rspec (3.4.0)
7
rspec-core (~> 3.4.0)
8
rspec-expectations (~> 3.4.0)
@@ -22,6 +22,6 @@ PLATFORMS
22
ruby
23
24
DEPENDENCIES
25
- rake (~> 10.4.2)
+ rake (~> 12.3.3)
26
rspec (~> 3.4.0)
27
vimrunner (~> 0.3.1)
0 commit comments