Skip to content

Commit 557b099

Browse files
committed
Test with latest Rails and Ruby versions
1 parent 722b55c commit 557b099

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ language: ruby
33
sudo: required
44
cache: bundler
55
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
99
gemfile:
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
1414
after_success:
1515
- bundle exec codeclimate-test-reporter
1616
services:

Appraisals

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
RAILS_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
}

gemfiles/rails_4.2.10.gemfile renamed to gemfiles/rails_4.2.11.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "rails", "4.2.10"
5+
gem "rails", "4.2.11"
66
gem "mysql2", "0.4.10"
77
gem "activerecord-oracle_enhanced-adapter", "~> 1.6.0"
88
gem "ruby-oci8" if ENV["DB_ADAPTER"] == "oracle_enhanced"

gemfiles/rails_5.2.0.gemfile renamed to gemfiles/rails_5.2.2.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "rails", "5.2.0"
5+
gem "rails", "5.2.2"
66
gem "activerecord-oracle_enhanced-adapter", "~> 5.2.0"
77
gem "ruby-oci8" if ENV["DB_ADAPTER"] == "oracle_enhanced"
88

0 commit comments

Comments
 (0)