Use strings for ruby versions, so 3.0 stays 3.0
This commit is contained in:
parent
7b8faa5abe
commit
17d1f61fa8
2 changed files with 5 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -14,9 +14,9 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
ruby:
|
ruby:
|
||||||
- 3.1
|
- "3.1"
|
||||||
- 3.0
|
- "3.0"
|
||||||
- 2.7
|
- "2.7"
|
||||||
gemfile:
|
gemfile:
|
||||||
- Gemfile
|
- Gemfile
|
||||||
- test/gemfiles/no-rails.Gemfile
|
- test/gemfiles/no-rails.Gemfile
|
||||||
|
|
|
||||||
|
|
@ -58,8 +58,10 @@ GEM
|
||||||
rspec
|
rspec
|
||||||
macaddr (1.7.2)
|
macaddr (1.7.2)
|
||||||
systemu (~> 2.6.5)
|
systemu (~> 2.6.5)
|
||||||
|
mini_portile2 (2.8.0)
|
||||||
multipart-post (2.1.1)
|
multipart-post (2.1.1)
|
||||||
nokogiri (1.13.3)
|
nokogiri (1.13.3)
|
||||||
|
mini_portile2 (~> 2.8.0)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
nyan-cat-formatter (0.12.0)
|
nyan-cat-formatter (0.12.0)
|
||||||
rspec (>= 2.99, >= 2.14.2, < 4)
|
rspec (>= 2.99, >= 2.14.2, < 4)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue