diff options
| author | Adam Stankiewicz <sheerun@sher.pl> | 2019-03-04 10:51:48 +0100 | 
|---|---|---|
| committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-03-04 10:51:48 +0100 | 
| commit | ca2fbfe03891afcad18477d8b7da25e1e139cd30 (patch) | |
| tree | 4ff54263af6add96d8b6b6ffdc8d9e21c7662c75 | |
| parent | b06535a1c6420b051499c9703d732271a59f8e8d (diff) | |
| download | vim-polyglot-ca2fbfe03891afcad18477d8b7da25e1e139cd30.tar.gz vim-polyglot-ca2fbfe03891afcad18477d8b7da25e1e139cd30.zip | |
Update vimrunner
Diffstat (limited to '')
| -rw-r--r-- | Gemfile.lock | 28 | 
1 files changed, 18 insertions, 10 deletions
| diff --git a/Gemfile.lock b/Gemfile.lock index f88e86d1..bfae97ff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,16 +1,21 @@  GEM    remote: https://rubygems.org/    specs: -    diff-lcs (1.1.3) -    rspec (2.12.0) -      rspec-core (~> 2.12.0) -      rspec-expectations (~> 2.12.0) -      rspec-mocks (~> 2.12.0) -    rspec-core (2.12.2) -    rspec-expectations (2.12.1) -      diff-lcs (~> 1.1.3) -    rspec-mocks (2.12.0) -    vimrunner (0.3.0) +    diff-lcs (1.3) +    rspec (3.8.0) +      rspec-core (~> 3.8.0) +      rspec-expectations (~> 3.8.0) +      rspec-mocks (~> 3.8.0) +    rspec-core (3.8.0) +      rspec-support (~> 3.8.0) +    rspec-expectations (3.8.2) +      diff-lcs (>= 1.2.0, < 2.0) +      rspec-support (~> 3.8.0) +    rspec-mocks (3.8.0) +      diff-lcs (>= 1.2.0, < 2.0) +      rspec-support (~> 3.8.0) +    rspec-support (3.8.0) +    vimrunner (0.3.4)  PLATFORMS    ruby @@ -18,3 +23,6 @@ PLATFORMS  DEPENDENCIES    rspec    vimrunner + +BUNDLED WITH +   1.16.2 | 
