1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00
Hisashi Kamezawa 2018-04-02 17:55:35 +09:00
parent 62ec743dce
commit c74d34b832
2 changed files with 10 additions and 10 deletions

View file

@ -1,9 +1,9 @@
language: ruby
rvm:
- 2.5.0
- 2.4.2
- 2.3.5
- 2.5.1
- 2.4.4
- 2.3.7
- ruby-head
- jruby-9.1.13.0
# - rbx-3
@ -24,27 +24,27 @@ sudo: false
before_install:
- gem update --system
- gem pristine bundler
- gem install bundler
script: 'bundle exec rake test'
cache: bundler
matrix:
exclude:
- rvm: 2.5.0
- rvm: 2.5.1
gemfile: gemfiles/active_record_42.gemfile
- rvm: 2.5.0
- rvm: 2.5.1
gemfile: gemfiles/active_record_41.gemfile
- rvm: 2.4.2
- rvm: 2.4.4
gemfile: gemfiles/active_record_42.gemfile
- rvm: 2.4.2
- rvm: 2.4.4
gemfile: gemfiles/active_record_41.gemfile
- rvm: ruby-head
gemfile: gemfiles/active_record_42.gemfile
- rvm: ruby-head
gemfile: gemfiles/active_record_41.gemfile
include:
- rvm: 2.2.8
- rvm: 2.2.10
gemfile: gemfiles/active_record_51.gemfile
env: DB=sqlite3
- rvm: 2.1.10

View file

@ -11,7 +11,7 @@ platforms :ruby do
gem 'nokogiri', '~> 1.6.8'
end
gem 'pg', '< 1.0.0', require: false
gem 'mysql2', require: false
gem 'mysql2', '< 0.4', require: false
end
platforms :jruby do
gem 'activerecord-jdbcsqlite3-adapter', require: false