File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,15 @@ gemfile:
1313 - ci/Gemfile-rails-5-0
1414 - ci/Gemfile-rails-5-1
1515 - ci/Gemfile-rails-5-2
16+ - ci/Gemfile-rails-6-0
1617matrix :
1718 exclude :
1819 - rvm : 2.3.8
1920 gemfile : ci/Gemfile-rails-3-1
2021 - rvm : 2.3.8
2122 gemfile : ci/Gemfile-rails-3-2
23+ - rvm : 2.3.8
24+ gemfile : ci/Gemfile-rails-6-0
2225 - rvm : 2.4.5
2326 gemfile : ci/Gemfile-rails-3-1
2427 - rvm : 2.4.5
@@ -27,6 +30,8 @@ matrix:
2730 gemfile : ci/Gemfile-rails-4-0
2831 - rvm : 2.4.5
2932 gemfile : ci/Gemfile-rails-4-1
33+ - rvm : 2.4.5
34+ gemfile : ci/Gemfile-rails-6-0
3035 - rvm : 2.5.5
3136 gemfile : ci/Gemfile-rails-3-1
3237 - rvm : 2.5.5
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 2.3 or newer
12- * Rails 3.1 or newer (including Rails 5.2 )
12+ * Rails 3.1 or newer (including Rails 6 )
1313
1414
1515## Installation
Original file line number Diff line number Diff line change 1+ source 'https://rubygems.org'
2+
3+ gem 'activerecord', '~> 6.0.0.beta3'
4+ gem "sqlite3", "~> 1.3", ">= 1.3.6"
5+
6+ gemspec :path => "../"
You can’t perform that action at this time.
0 commit comments