This website requires JavaScript.
Explore
Help
Register
Sign In
ylib
/
vim-airline
Watch
1
Star
0
Fork
0
You've already forked vim-airline
mirror of
https://github.com/vim-airline/vim-airline.git
synced
2024-11-22 12:24:14 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
8681d4d49e
vim-airline
/
Gemfile
3 lines
59 B
Ruby
Raw
Normal View
History
Unescape
Escape
basic tests and travis integration.
2013-08-31 08:26:42 +08:00
source
'https://rubygems.org'
ci: correctly checkout vim-flavor using https:// Currently, the CI throws: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information. So update vim-flavor to 4.0.1 which uses https:// links instead of un-authenticated git protocol. Unfortunately, we have to update ruby to version 3.0 with that. Let's see if this works.
2022-03-24 03:44:44 +08:00
gem
'vim-flavor'
,
'~> 4.0.1'
Reference in New Issue
Copy Permalink