Skip to content

Commit 6b88459

Browse files
committed
Test with latest Ruby / Rails versions
1 parent a2ddab2 commit 6b88459

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ language: ruby
22
cache: bundler
33
sudo: required
44
rvm:
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
1010
gemfile:
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
1515
services:
1616
- postgresql
1717
- mysql

Appraisals

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
},

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
It'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))

gemfiles/rails_5.1.6.gemfile renamed to gemfiles/rails_5.1.7.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.1.6"
5+
gem "rails", "5.1.7"
66
gem "activerecord-oracle_enhanced-adapter", "~> 1.8.0"
77
gem "ruby-oci8" if ENV["DB_ADAPTER"] == "oracle_enhanced"
88

gemfiles/rails_5.2.2.gemfile renamed to gemfiles/rails_5.2.3.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.2"
5+
gem "rails", "5.2.3"
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)