Update Ruby Version (#1466)

* Update Ruby Version

* Bump Bootsnap version to 1.9.3
This commit is contained in:
Pedro Paiva 2021-12-20 12:40:59 -03:00 committed by GitHub
parent ed60e91741
commit c1232b0129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 9 deletions

View File

@ -27,9 +27,9 @@ jobs:
fail-fast: false
matrix:
ruby:
- 3.0.2
- 2.7.4
- 2.6.8
- 3.0.3
- 2.7.5
- 2.6.9
appraisal:
- rails_6_1
- rails_6_0
@ -38,7 +38,7 @@ jobs:
- sqlite3
- postgresql
exclude:
- { ruby: 3.0.2, appraisal: rails_5_2 }
- { ruby: 3.0.3, appraisal: rails_5_2 }
env:
DATABASE_ADAPTER: ${{ matrix.adapter }}
BUNDLE_GEMFILE: gemfiles/${{ matrix.appraisal }}.gemfile

View File

@ -1 +1 @@
3.0.2
3.0.3

View File

@ -1 +1 @@
ruby 3.0.2
ruby 3.0.3

View File

@ -53,7 +53,7 @@ GEM
arel (9.0.0)
ast (2.4.2)
bcrypt (3.1.16)
bootsnap (1.7.2)
bootsnap (1.9.3)
msgpack (~> 1.0)
builder (3.2.4)
byebug (11.1.3)

View File

@ -64,7 +64,7 @@ GEM
thor (>= 0.14.0)
ast (2.4.2)
bcrypt (3.1.16)
bootsnap (1.7.2)
bootsnap (1.9.3)
msgpack (~> 1.0)
builder (3.2.4)
byebug (11.1.3)

View File

@ -68,7 +68,7 @@ GEM
thor (>= 0.14.0)
ast (2.4.2)
bcrypt (3.1.16)
bootsnap (1.7.2)
bootsnap (1.9.3)
msgpack (~> 1.0)
builder (3.2.4)
byebug (11.1.3)