Skip to content

Commit fdc215b

Browse files
committed
Test against Rails 5.2.0.beta1
1 parent 8abb528 commit fdc215b

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,17 @@ rvm:
66
- 2.3.5
77
- 2.4.2
88
gemfile:
9+
- gemfiles/rails_5_2.gemfile
910
- gemfiles/rails_5_1.gemfile
1011
- gemfiles/rails_5_0.gemfile
1112
- gemfiles/rails_4_2.gemfile
1213
- gemfiles/rails_4_1.gemfile
1314
matrix:
1415
exclude:
16+
- rvm: 2.0.0
17+
gemfile: gemfiles/rails_5_2.gemfile
18+
- rvm: 2.1.10
19+
gemfile: gemfiles/rails_5_2.gemfile
1520
- rvm: 2.0.0
1621
gemfile: gemfiles/rails_5_1.gemfile
1722
- rvm: 2.1.10

Appraisals

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
appraise "rails-5-2" do
2+
gem "activerecord", "~> 5.2.0.beta1"
3+
end
4+
15
appraise "rails-5-1" do
26
gem "activerecord", "~> 5.1.4"
37
end

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This Ruby gem enhances `ActiveRecord::Base` to save a draft version of the curre
1919
## Requirements
2020

2121
* Ruby 2.0.0 or newer
22-
* ActiveRecord 4.1 or newer (including 5.x)
22+
* ActiveRecord 4.1 or newer (including 5.1 and 5.2)
2323

2424

2525
## Installation

gemfiles/rails_5_2.gemfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file was generated by Appraisal
2+
3+
source "https://rubygems.org"
4+
5+
gem "activerecord", "~> 5.2.0.beta1"
6+
7+
gemspec path: "../"

0 commit comments

Comments
 (0)