Skip to content

Commit 4c4f36e

Browse files
committed
Travis: Test against latest Rubies and Rails
1 parent b613247 commit 4c4f36e

File tree

3 files changed

+25
-16
lines changed

3 files changed

+25
-16
lines changed

.travis.yml

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ rvm:
33
- 1.9.3
44
- 2.0.0
55
- 2.1.10
6-
- 2.2.8
7-
- 2.3.4
8-
- 2.4.2
6+
- 2.2.9
7+
- 2.3.6
8+
- 2.4.3
9+
- 2.5.0
910
gemfile:
1011
- ci/Gemfile-rails-3-1
1112
- ci/Gemfile-rails-3-2
@@ -17,13 +18,13 @@ gemfile:
1718
- ci/Gemfile-rails-5-2
1819
matrix:
1920
include:
20-
- rvm: 2.2.8
21+
- rvm: 2.2.9
2122
gemfile: ci/Gemfile-rails-4-0
2223
env: PROTECTED_ATTRIBUTES=true
23-
- rvm: 2.2.8
24+
- rvm: 2.2.9
2425
gemfile: ci/Gemfile-rails-4-1
2526
env: PROTECTED_ATTRIBUTES=true
26-
- rvm: 2.2.8
27+
- rvm: 2.2.9
2728
gemfile: ci/Gemfile-rails-4-2
2829
env: PROTECTED_ATTRIBUTES=true
2930
exclude:
@@ -45,21 +46,29 @@ matrix:
4546
gemfile: ci/Gemfile-rails-5-1
4647
- rvm: 2.1.10
4748
gemfile: ci/Gemfile-rails-5-2
48-
- rvm: 2.2.8
49+
- rvm: 2.2.9
4950
gemfile: ci/Gemfile-rails-3-1
50-
- rvm: 2.3.4
51+
- rvm: 2.3.6
5152
gemfile: ci/Gemfile-rails-3-1
52-
- rvm: 2.4.2
53+
- rvm: 2.4.3
5354
gemfile: ci/Gemfile-rails-3-1
54-
- rvm: 2.2.8
55+
- rvm: 2.5.0
56+
gemfile: ci/Gemfile-rails-3-1
57+
- rvm: 2.2.9
58+
gemfile: ci/Gemfile-rails-3-2
59+
- rvm: 2.3.6
5560
gemfile: ci/Gemfile-rails-3-2
56-
- rvm: 2.3.4
61+
- rvm: 2.4.3
5762
gemfile: ci/Gemfile-rails-3-2
58-
- rvm: 2.4.2
63+
- rvm: 2.4.3
64+
gemfile: ci/Gemfile-rails-4-0
65+
- rvm: 2.4.3
66+
gemfile: ci/Gemfile-rails-4-1
67+
- rvm: 2.5.0
5968
gemfile: ci/Gemfile-rails-3-2
60-
- rvm: 2.4.2
69+
- rvm: 2.5.0
6170
gemfile: ci/Gemfile-rails-4-0
62-
- rvm: 2.4.2
71+
- rvm: 2.5.0
6372
gemfile: ci/Gemfile-rails-4-1
6473
before_install: gem update bundler
6574
sudo: false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Ruby gem to handle settings for ActiveRecord instances by storing them as serial
99
## Requirements
1010

1111
* Ruby 1.9.3 or newer
12-
* Rails 3.1 or newer (including Rails 4.x and Rails 5.x)
12+
* Rails 3.1 or newer (including Rails 5.2)
1313

1414

1515
## Installation

ci/Gemfile-rails-5-2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
22

3-
gem 'activerecord', '~> 5.2.0.beta1'
3+
gem 'activerecord', '~> 5.2.0.rc1'
44

55
gemspec :path => "../"

0 commit comments

Comments
 (0)