File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ language: ruby
33sudo : required
44cache : bundler
55rvm :
6- - 2.3.7
7- - 2.4.4
8- - 2.5.1
6+ - 2.5.3
7+ - 2.4.5
8+ - 2.3.8
99gemfile :
10- - gemfiles/rails_4.2.10 .gemfile
10+ - gemfiles/rails_4.2.11 .gemfile
1111 - gemfiles/rails_5.0.7.gemfile
1212 - gemfiles/rails_5.1.6.gemfile
13- - gemfiles/rails_5.2.0 .gemfile
13+ - gemfiles/rails_5.2.2 .gemfile
1414after_success :
1515 - bundle exec codeclimate-test-reporter
1616services :
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33RAILS_VERSIONS = {
4- '4.2.10 ' => {
4+ '4.2.11 ' => {
55 'activerecord-oracle_enhanced-adapter' => '~> 1.6.0'
66 } ,
77 '5.0.7' => {
@@ -12,7 +12,7 @@ RAILS_VERSIONS = {
1212 'activerecord-oracle_enhanced-adapter' => '~> 1.8.0' ,
1313 'ruby-oci8' => ''
1414 } ,
15- '5.2.0 ' => {
15+ '5.2.2 ' => {
1616 'activerecord-oracle_enhanced-adapter' => '~> 5.2.0' ,
1717 'ruby-oci8' => ''
1818 }
Original file line number Diff line number Diff line change 22
33source "https://rubygems.org"
44
5- gem "rails", "4.2.10 "
5+ gem "rails", "4.2.11 "
66gem "mysql2", "0.4.10"
77gem "activerecord-oracle_enhanced-adapter", "~> 1.6.0"
88gem "ruby-oci8" if ENV["DB_ADAPTER"] == "oracle_enhanced"
Original file line number Diff line number Diff line change 22
33source "https://rubygems.org"
44
5- gem "rails", "5.2.0 "
5+ gem "rails", "5.2.2 "
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