mirror of
https://github.com/raimon49/requirements.txt.vim.git
synced 2025-12-06 10:04:23 +08:00
Merge pull request #18 from raimon49/fix-ci-error
Update version of Ruby in GitHub Actions
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
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 2.6
|
||||
ruby-version: 3.1
|
||||
- name: Install dependencies
|
||||
run: bundle install
|
||||
- name: Run tests
|
||||
|
||||
2
Gemfile
2
Gemfile
@@ -2,5 +2,5 @@ source 'https://rubygems.org'
|
||||
|
||||
group :development, :test do
|
||||
gem 'rake'
|
||||
gem 'vim-flavor', '~> 3.0'
|
||||
gem 'vim-flavor', '~> 4.0'
|
||||
end
|
||||
|
||||
20
Gemfile.lock
20
Gemfile.lock
@@ -1,25 +1,23 @@
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
equatable (0.5.0)
|
||||
parslet (1.8.2)
|
||||
pastel (0.7.2)
|
||||
equatable (~> 0.5.0)
|
||||
tty-color (~> 0.4.0)
|
||||
parslet (2.0.0)
|
||||
pastel (0.8.0)
|
||||
tty-color (~> 0.5)
|
||||
rake (13.0.1)
|
||||
thor (0.20.0)
|
||||
tty-color (0.4.2)
|
||||
vim-flavor (3.0.0)
|
||||
parslet (~> 1.8)
|
||||
thor (1.2.1)
|
||||
tty-color (0.6.0)
|
||||
vim-flavor (4.0.2)
|
||||
parslet (>= 1.8, < 3.0)
|
||||
pastel (~> 0.7)
|
||||
thor (~> 0.20)
|
||||
thor (>= 0.20, < 2.0)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
rake
|
||||
vim-flavor (~> 3.0)
|
||||
vim-flavor (~> 4.0)
|
||||
|
||||
BUNDLED WITH
|
||||
2.1.4
|
||||
|
||||
Reference in New Issue
Block a user