Use strings for ruby versions, so 3.0 stays 3.0

This commit is contained in:
Benjamin Neff 2022-03-08 00:44:11 +01:00
parent 7b8faa5abe
commit 17d1f61fa8
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 5 additions and 3 deletions

View file

@ -14,9 +14,9 @@ jobs:
fail-fast: false
matrix:
ruby:
- 3.1
- 3.0
- 2.7
- "3.1"
- "3.0"
- "2.7"
gemfile:
- Gemfile
- test/gemfiles/no-rails.Gemfile

View file

@ -58,8 +58,10 @@ GEM
rspec
macaddr (1.7.2)
systemu (~> 2.6.5)
mini_portile2 (2.8.0)
multipart-post (2.1.1)
nokogiri (1.13.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nyan-cat-formatter (0.12.0)
rspec (>= 2.99, >= 2.14.2, < 4)