mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
let Travis test mongoid 5.0
This commit is contained in:
parent
e263b887ff
commit
287ae8cb4c
2 changed files with 13 additions and 0 deletions
|
@ -22,6 +22,7 @@ gemfile:
|
|||
- gemfiles/rails_4.1.gemfile
|
||||
- gemfiles/rails_4.1_mongo_mapper.gemfile
|
||||
- gemfiles/rails_4.2.gemfile
|
||||
- gemfiles/rails_4.2_mongoid_5.gemfile
|
||||
- gemfiles/rails_4.2_mongo_mapper.gemfile
|
||||
|
||||
matrix:
|
||||
|
|
12
gemfiles/rails_4.2_mongoid_5.gemfile
Normal file
12
gemfiles/rails_4.2_mongoid_5.gemfile
Normal file
|
@ -0,0 +1,12 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
gem "sqlite3", :platforms => :ruby
|
||||
gem 'rubysl', :platforms => :rbx
|
||||
gem 'rubinius-developer_tools', :platforms => :rbx
|
||||
gem "jruby-openssl", :platforms => :jruby
|
||||
gem "activerecord-jdbcsqlite3-adapter", :platforms => :jruby
|
||||
gem "rails", "4.2.0"
|
||||
gem 'mongoid', '~>5.0' if Gem::Version.create(RUBY_VERSION.dup) >= Gem::Version.create('1.9.3')
|
||||
gem 'sequel'
|
||||
|
||||
gemspec :path => "../"
|
Loading…
Reference in a new issue