We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b4f2e commit ad19cafCopy full SHA for ad19caf
Gemfile
@@ -1,2 +1,2 @@
1
source 'https://rubygems.org'
2
-gem 'vim-flavor', '~> 3.0'
+gem 'vim-flavor', '~> 4.0'
Gemfile.lock
@@ -1,23 +1,21 @@
GEM
remote: https://rubygems.org/
3
specs:
4
- equatable (0.6.1)
5
- parslet (1.8.2)
6
- pastel (0.7.3)
7
- equatable (~> 0.6)
+ parslet (2.0.0)
+ pastel (0.8.0)
8
tty-color (~> 0.5)
9
- thor (0.20.3)
10
- tty-color (0.5.0)
11
- vim-flavor (3.0.0)
12
- parslet (~> 1.8)
+ thor (1.2.1)
+ tty-color (0.6.0)
+ vim-flavor (4.0.2)
+ parslet (>= 1.8, < 3.0)
13
pastel (~> 0.7)
14
- thor (~> 0.20)
+ thor (>= 0.20, < 2.0)
15
16
PLATFORMS
17
ruby
18
19
DEPENDENCIES
20
- vim-flavor (~> 3.0)
+ vim-flavor (~> 4.0)
21
22
BUNDLED WITH
23
- 1.17.2
+ 2.2.17
0 commit comments