mirror of
https://github.com/raimon49/requirements.txt.vim.git
synced 2025-12-06 18:14:26 +08:00
Migrate CI as a Service from Travis to GitHub Actions
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -1,5 +1,6 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
|
gem 'rake'
|
||||||
gem 'vim-flavor', '~> 3.0'
|
gem 'vim-flavor', '~> 3.0'
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ GEM
|
|||||||
pastel (0.7.2)
|
pastel (0.7.2)
|
||||||
equatable (~> 0.5.0)
|
equatable (~> 0.5.0)
|
||||||
tty-color (~> 0.4.0)
|
tty-color (~> 0.4.0)
|
||||||
|
rake (13.0.1)
|
||||||
thor (0.20.0)
|
thor (0.20.0)
|
||||||
tty-color (0.4.2)
|
tty-color (0.4.2)
|
||||||
vim-flavor (3.0.0)
|
vim-flavor (3.0.0)
|
||||||
@@ -17,6 +18,7 @@ PLATFORMS
|
|||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
rake
|
||||||
vim-flavor (~> 3.0)
|
vim-flavor (~> 3.0)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
|
|||||||
Reference in New Issue
Block a user