mirror of
https://github.com/raimon49/requirements.txt.vim.git
synced 2025-12-06 10:04:23 +08:00
Update dependencies for unittest
This commit is contained in:
2
.github/workflows/ruby.yml
vendored
2
.github/workflows/ruby.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: Set up Ruby
|
- name: Set up Ruby
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 2.7
|
ruby-version: 3.1
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bundle install
|
run: bundle install
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|||||||
2
Gemfile
2
Gemfile
@@ -2,5 +2,5 @@ source 'https://rubygems.org'
|
|||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem 'rake'
|
gem 'rake'
|
||||||
gem 'vim-flavor', '~> 3.0'
|
gem 'vim-flavor', '~> 4.0'
|
||||||
end
|
end
|
||||||
|
|||||||
20
Gemfile.lock
20
Gemfile.lock
@@ -1,25 +1,23 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
equatable (0.5.0)
|
parslet (2.0.0)
|
||||||
parslet (1.8.2)
|
pastel (0.8.0)
|
||||||
pastel (0.7.2)
|
tty-color (~> 0.5)
|
||||||
equatable (~> 0.5.0)
|
|
||||||
tty-color (~> 0.4.0)
|
|
||||||
rake (13.0.1)
|
rake (13.0.1)
|
||||||
thor (0.20.0)
|
thor (1.2.1)
|
||||||
tty-color (0.4.2)
|
tty-color (0.6.0)
|
||||||
vim-flavor (3.0.0)
|
vim-flavor (4.0.2)
|
||||||
parslet (~> 1.8)
|
parslet (>= 1.8, < 3.0)
|
||||||
pastel (~> 0.7)
|
pastel (~> 0.7)
|
||||||
thor (~> 0.20)
|
thor (>= 0.20, < 2.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
rake
|
rake
|
||||||
vim-flavor (~> 3.0)
|
vim-flavor (~> 4.0)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.1.4
|
2.1.4
|
||||||
|
|||||||
Reference in New Issue
Block a user