File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ language: ruby
22cache : bundler
33sudo : required
44rvm :
5- - 2.6.1
6- - 2.5.3
7- - 2.4.5
5+ - 2.6.2
6+ - 2.5.5
7+ - 2.4.6
88 - 2.3.8
99 - ruby-head
1010gemfile :
1111 - gemfiles/rails_4.2.11.gemfile
1212 - gemfiles/rails_5.0.7.gemfile
13- - gemfiles/rails_5.1.6 .gemfile
14- - gemfiles/rails_5.2.2 .gemfile
13+ - gemfiles/rails_5.1.7 .gemfile
14+ - gemfiles/rails_5.2.3 .gemfile
1515services :
1616 - postgresql
1717 - mysql
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ RAILS_VERSIONS = {
88 'activerecord-oracle_enhanced-adapter' => '~> 1.7.0' ,
99 'ruby-oci8' => '' ,
1010 } ,
11- '5.1.6 ' => {
11+ '5.1.7 ' => {
1212 'activerecord-oracle_enhanced-adapter' => '~> 1.8.0' ,
1313 'ruby-oci8' => '' ,
1414 } ,
15- '5.2.2 ' => {
15+ '5.2.3 ' => {
1616 'activerecord-oracle_enhanced-adapter' => '~> 5.2.0' ,
1717 'ruby-oci8' => '' ,
1818 } ,
Original file line number Diff line number Diff line change 1111
1212It's tested against :
1313
14- * Rails 4.2.11 / 5.0.7 / 5.1.6 / 5.2.2
15- * Ruby 2.3.8 / 2.4.5 / 2.5.3
14+ * Rails 4.2.11 / 5.0.7 / 5.1.7 / 5.2.3
15+ * Ruby 2.3.8 / 2.4.5 / 2.5.3 / 2.6.2
1616* Postgresql 9.6
1717* MySQL 5.6
1818* Oracle XE 11.2 (thanks to [ travis-oracle] ( https://github.com/cbandy/travis-oracle ) )
Original file line number Diff line number Diff line change 22
33source "https://rubygems.org"
44
5- gem "rails", "5.1.6 "
5+ gem "rails", "5.1.7 "
66gem "activerecord-oracle_enhanced-adapter", "~> 1.8.0"
77gem "ruby-oci8" if ENV["DB_ADAPTER"] == "oracle_enhanced"
88
Original file line number Diff line number Diff line change 22
33source "https://rubygems.org"
44
5- gem "rails", "5.2.2 "
5+ gem "rails", "5.2.3 "
66gem "activerecord-oracle_enhanced-adapter", "~> 5.2.0"
77gem "ruby-oci8" if ENV["DB_ADAPTER"] == "oracle_enhanced"
88
You can’t perform that action at this time.
0 commit comments