Update dependencies for unittest

This commit is contained in:
raimon
2022-03-30 20:20:56 +09:00
parent 90c7f97616
commit 9b918a9fa8
3 changed files with 11 additions and 13 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.1
- name: Install dependencies
run: bundle install
- name: Run tests

View File

@@ -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

View File

@@ -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