Skip to content

Commit

Permalink
Merge pull request #429 from mokhan/rails-6
Browse files Browse the repository at this point in the history
Upgrade to Rails 6.0.0
  • Loading branch information
jnunemaker committed Sep 12, 2019
2 parents 51d7c84 + 09358ca commit 334055f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- mongodb
- memcached
env:
- RAILS_VERSION=6.0.0.rc1 SQLITE3_VERSION=1.4.1
- RAILS_VERSION=6.0.0 SQLITE3_VERSION=1.4.1
- RAILS_VERSION=5.2.3
- RAILS_VERSION=5.1.4
- RAILS_VERSION=5.0.0
Expand All @@ -30,10 +30,10 @@ matrix:
- rvm: 2.1
env: RAILS_VERSION=5.2.3
- rvm: 2.1
env: RAILS_VERSION=6.0.0.rc1 SQLITE3_VERSION=1.4.1
env: RAILS_VERSION=6.0.0 SQLITE3_VERSION=1.4.1
- rvm: 2.2
env: RAILS_VERSION=6.0.0.rc1 SQLITE3_VERSION=1.4.1
env: RAILS_VERSION=6.0.0 SQLITE3_VERSION=1.4.1
- rvm: 2.3
env: RAILS_VERSION=6.0.0.rc1 SQLITE3_VERSION=1.4.1
env: RAILS_VERSION=6.0.0 SQLITE3_VERSION=1.4.1
- rvm: 2.4
env: RAILS_VERSION=6.0.0.rc1 SQLITE3_VERSION=1.4.1
env: RAILS_VERSION=6.0.0 SQLITE3_VERSION=1.4.1
1 change: 1 addition & 0 deletions docs/active_record/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Supported Active Record versions:
* 3.2.x
* 4.2.x
* 5.0.x
* 6.0.x

## Installation

Expand Down
2 changes: 1 addition & 1 deletion script/test
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export RAILS_VERSION=5.2.3
script/bootstrap || bundle update
bundle exec rake

export RAILS_VERSION=6.0.0.rc1
export RAILS_VERSION=6.0.0
export SQLITE3_VERSION=1.4.1
script/bootstrap || bundle update
bundle exec rake

0 comments on commit 334055f

Please sign in to comment.