Skip to content

Commit

Permalink
chore: add ruby 2.6.3 and latest rails 5.x releases
Browse files Browse the repository at this point in the history
  • Loading branch information
waltjones committed Jun 13, 2019
1 parent 1e91e9e commit 3df407d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 10 deletions.
29 changes: 22 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ rvm:
- 2.0.0
- 2.1.0
- 2.2.2
- 2.3.0
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
- 2.6.3
- rbx
- jruby-9.1.9.0
#
Expand Down Expand Up @@ -71,6 +71,7 @@ matrix:
- rvm: jruby-head
# Ruby 2.6.x is still being eveluated and may have test failures
- rvm: 2.6.0
- rvm: 2.6.3
# oraclejdk9 has a dependency issue that needs to be investigated
- jdk: oraclejdk9

Expand Down Expand Up @@ -101,12 +102,6 @@ matrix:
jdk: oraclejdk8
- rvm: 2.2.2
jdk: oraclejdk9
- rvm: 2.3.0
jdk: openjdk8
- rvm: 2.3.0
jdk: oraclejdk8
- rvm: 2.3.0
jdk: oraclejdk9
- rvm: 2.3.8
jdk: openjdk8
- rvm: 2.3.8
Expand All @@ -131,6 +126,12 @@ matrix:
jdk: oraclejdk8
- rvm: 2.6.0
jdk: oraclejdk9
- rvm: 2.6.3
jdk: openjdk8
- rvm: 2.6.3
jdk: oraclejdk8
- rvm: 2.6.3
jdk: oraclejdk9

- rvm: ruby-head
jdk: openjdk8
Expand Down Expand Up @@ -220,6 +221,20 @@ matrix:
gemfile: gemfiles/rails40.gemfile
- rvm: 2.6.0
gemfile: gemfiles/rails41.gemfile
- rvm: 2.6.0
gemfile: gemfiles/rails42.gemfile
- rvm: 2.6.3
gemfile: gemfiles/rails30.gemfile
- rvm: 2.6.3
gemfile: gemfiles/rails31.gemfile
- rvm: 2.6.3
gemfile: gemfiles/rails32.gemfile
- rvm: 2.6.3
gemfile: gemfiles/rails40.gemfile
- rvm: 2.6.3
gemfile: gemfiles/rails41.gemfile
- rvm: 2.6.3
gemfile: gemfiles/rails42.gemfile
# JRuby JDBC Adapter is only compatible with Rails >= 5.x
- rvm: jruby-9.1.9.0
gemfile: gemfiles/rails30.gemfile
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails50.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ is_jruby = defined?(JRUBY_VERSION) || (defined?(RUBY_ENGINE) && 'jruby' == RUBY_
gem 'appraisal'
gem 'activerecord-jdbcsqlite3-adapter', :platform => :jruby
gem 'jruby-openssl', :platform => :jruby
gem 'rails', '~> 5.0.0'
gem 'rails', '~> 5.0.7'
gem 'sqlite3', '< 1.4.0', :platform => [:ruby, :mswin, :mingw]

gem 'rspec-core', '~> 3.5.0.beta3'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails51.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ is_jruby = defined?(JRUBY_VERSION) || (defined?(RUBY_ENGINE) && 'jruby' == RUBY_
gem 'appraisal'
gem 'activerecord-jdbcsqlite3-adapter', :platform => :jruby
gem 'jruby-openssl', :platform => :jruby
gem 'rails', '~> 5.1.0'
gem 'rails', '~> 5.1.7'
gem 'sqlite3', '< 1.4.0', :platform => [:ruby, :mswin, :mingw]

gem 'rspec-core', '~> 3.5.0.beta3'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails52.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ is_jruby = defined?(JRUBY_VERSION) || (defined?(RUBY_ENGINE) && 'jruby' == RUBY_
gem 'appraisal'
gem 'activerecord-jdbcsqlite3-adapter', :platform => :jruby
gem 'jruby-openssl', :platform => :jruby
gem 'rails', '~> 5.2.0'
gem 'rails', '~> 5.2.3'
gem 'sqlite3', '< 1.4.0', :platform => [:ruby, :mswin, :mingw]

gem 'rspec-core', '~> 3.8.0'
Expand Down

0 comments on commit 3df407d

Please sign in to comment.