Skip to content

Commit

Permalink
Use Ruby 2.7.2 for development and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vsppedro authored and mcmire committed Nov 3, 2020
1 parent b7e0218 commit 02396a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.1
2.7.2
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 2.7.1
ruby 2.7.2
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
- DATABASE_ADAPTER=sqlite3
- DATABASE_ADAPTER=postgresql
rvm:
- 2.7.1
- 2.7.2
- 2.6.6
- 2.5.8
- 2.4.10
Expand All @@ -19,15 +19,15 @@ gemfile:
- gemfiles/rails_4_2.gemfile
matrix:
exclude:
- rvm: 2.7.1
- rvm: 2.7.2
gemfile: gemfiles/rails_4_2.gemfile
- rvm: 2.6.6
gemfile: gemfiles/rails_4_2.gemfile
- rvm: 2.4.10
gemfile: gemfiles/rails_6_0.gemfile
cache:
directories:
- /home/travis/.rvm/gems/ruby-2.7.1
- /home/travis/.rvm/gems/ruby-2.7.2
- /home/travis/.rvm/gems/ruby-2.6.6
- /home/travis/.rvm/gems/ruby-2.5.8
- /home/travis/.rvm/gems/ruby-2.4.10
Expand Down

0 comments on commit 02396a8

Please sign in to comment.