Skip to content

Commit

Permalink
Support Rails6
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Jan 29, 2019
1 parent e5f1f9c commit 7c80def
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ gemfile:
- gemfiles/activerecord_5.0.gemfile
- gemfiles/activerecord_5.1.gemfile
- gemfiles/activerecord_5.2.gemfile
- gemfiles/activerecord_6.0.gemfile
env:
matrix:
- MYSQL56=1
Expand All @@ -39,3 +40,6 @@ addons:
- mysql-client-core-5.6
- mysql-client-5.6
- postgresql-client-9.4
matrix:
allow_failures:
- gemfile: gemfiles/activerecord_6.0.gemfile
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ appraise 'activerecord-5.2' do
gem 'activerecord', '~> 5.2.0'
gem 'mysql2', '~> 0.4.4'
end

appraise 'activerecord-6.0' do
gem 'activerecord', '~> 6.0.0.beta1'
end
7 changes: 7 additions & 0 deletions gemfiles/activerecord_6.0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "activerecord", "~> 6.0.0.beta1"

gemspec path: "../"

0 comments on commit 7c80def

Please sign in to comment.