File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ language: ruby
3
3
sudo : required
4
4
cache : bundler
5
5
rvm :
6
- - 2.3.7
7
- - 2.4.4
8
- - 2.5.1
6
+ - 2.5.3
7
+ - 2.4.5
8
+ - 2.3.8
9
9
gemfile :
10
- - gemfiles/rails_4.2.10 .gemfile
10
+ - gemfiles/rails_4.2.11 .gemfile
11
11
- gemfiles/rails_5.0.7.gemfile
12
12
- gemfiles/rails_5.1.6.gemfile
13
- - gemfiles/rails_5.2.0 .gemfile
13
+ - gemfiles/rails_5.2.2 .gemfile
14
14
after_success :
15
15
- bundle exec codeclimate-test-reporter
16
16
services :
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
RAILS_VERSIONS = {
4
- '4.2.10 ' => {
4
+ '4.2.11 ' => {
5
5
'activerecord-oracle_enhanced-adapter' => '~> 1.6.0'
6
6
} ,
7
7
'5.0.7' => {
@@ -12,7 +12,7 @@ RAILS_VERSIONS = {
12
12
'activerecord-oracle_enhanced-adapter' => '~> 1.8.0' ,
13
13
'ruby-oci8' => ''
14
14
} ,
15
- '5.2.0 ' => {
15
+ '5.2.2 ' => {
16
16
'activerecord-oracle_enhanced-adapter' => '~> 5.2.0' ,
17
17
'ruby-oci8' => ''
18
18
}
Original file line number Diff line number Diff line change 2
2
3
3
source "https://rubygems.org"
4
4
5
- gem "rails", "4.2.10 "
5
+ gem "rails", "4.2.11 "
6
6
gem "mysql2", "0.4.10"
7
7
gem "activerecord-oracle_enhanced-adapter", "~> 1.6.0"
8
8
gem "ruby-oci8" if ENV["DB_ADAPTER"] == "oracle_enhanced"
Original file line number Diff line number Diff line change 2
2
3
3
source "https://rubygems.org"
4
4
5
- gem "rails", "5.2.0 "
5
+ gem "rails", "5.2.2 "
6
6
gem "activerecord-oracle_enhanced-adapter", "~> 5.2.0"
7
7
gem "ruby-oci8" if ENV["DB_ADAPTER"] == "oracle_enhanced"
8
8
You can’t perform that action at this time.
0 commit comments