Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Rails 6.0.0 #429

Merged
merged 4 commits into from
Sep 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ rvm:
- 2.4
- 2.5
before_install:
- gem install bundler -v 1.17.3 --no-rdoc --no-ri --without guard
- gem install bundler -v 1.17.3 --without guard
- bundle _1.17.3_ install
script: bundle exec rubocop -D && bundle exec rake
services:
- redis-server
- 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