File tree Expand file tree Collapse file tree 3 files changed +25
-16
lines changed Expand file tree Collapse file tree 3 files changed +25
-16
lines changed Original file line number Diff line number Diff line change 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
910gemfile :
1011 - ci/Gemfile-rails-3-1
1112 - ci/Gemfile-rails-3-2
@@ -17,13 +18,13 @@ gemfile:
1718 - ci/Gemfile-rails-5-2
1819matrix :
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
6473before_install : gem update bundler
6574sudo : false
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
3- gem 'activerecord', '~> 5.2.0.beta1 '
3+ gem 'activerecord', '~> 5.2.0.rc1 '
44
55gemspec :path => "../"
You can’t perform that action at this time.
0 commit comments