Skip to content

Commit ad19caf

Browse files
committed
upgrade vim-flavor 4.0 for Ruby 3.0 compatibility
1 parent a8b4f2e commit ad19caf

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
source 'https://rubygems.org'
2-
gem 'vim-flavor', '~> 3.0'
2+
gem 'vim-flavor', '~> 4.0'

Gemfile.lock

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
equatable (0.6.1)
5-
parslet (1.8.2)
6-
pastel (0.7.3)
7-
equatable (~> 0.6)
4+
parslet (2.0.0)
5+
pastel (0.8.0)
86
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)
7+
thor (1.2.1)
8+
tty-color (0.6.0)
9+
vim-flavor (4.0.2)
10+
parslet (>= 1.8, < 3.0)
1311
pastel (~> 0.7)
14-
thor (~> 0.20)
12+
thor (>= 0.20, < 2.0)
1513

1614
PLATFORMS
1715
ruby
1816

1917
DEPENDENCIES
20-
vim-flavor (~> 3.0)
18+
vim-flavor (~> 4.0)
2119

2220
BUNDLED WITH
23-
1.17.2
21+
2.2.17

0 commit comments

Comments
 (0)