mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Test mongo_mapper with Rails 4
It's hard to bundle mongo_mapper without AR on Rails 5 because Rails 5 + mongo_mapper requires activemodel-serializers-xml gem that depends on activerecord gem
This commit is contained in:
parent
2e5dedd533
commit
e83d6cebf6
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'railties', '>= 3.2.3'
|
||||
# Rails 5 + mongo_mapper requires activemodel-serializers-xml gem that depends on activerecord gem
|
||||
gem 'railties', '~> 4.2.0'
|
||||
gem 'bson', '~> 1.9.2'
|
||||
gem 'mongo_mapper', '>= 0.11.0'
|
||||
gem 'rspec-rails', '~> 2.14.1'
|
||||
|
|
Loading…
Reference in a new issue