Skip to content

Commit 5492099

Browse files
committed
Bump Ruby versions at Travis CI
* Ruby 3.0.3 Released https://www.ruby-lang.org/en/news/2021/11/24/ruby-3-0-3-released/ * Ruby 2.7.5 Released https://www.ruby-lang.org/en/news/2021/11/24/ruby-2-7-5-released/ `gem update --system` added to workaround this error. - `require': superclass mismatch for class StringIO (TypeError)
1 parent 38ac75e commit 5492099

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ install:
2828
- .travis/oracle/install.sh
2929
- .travis/setup_accounts.sh
3030
- ruby -v
31+
- gem update --system
3132
- bundle install
3233

3334
script:
@@ -39,8 +40,8 @@ script:
3940

4041
language: ruby
4142
rvm:
42-
- 3.0.2
43-
- 2.7.4
43+
- 3.0.3
44+
- 2.7.5
4445
- ruby-head
4546
# Rails 7.0 requires Ruby 2.7 or higeher.
4647
# CI pending until JRuby 9.4 that supports Ruby 2.7 will be released.

0 commit comments

Comments
 (0)