1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00
Commit graph

17 commits

Author SHA1 Message Date
Akira Matsuda
e83d6cebf6 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
2016-10-03 19:43:03 +09:00
Akira Matsuda
03a882fafc Drop ruby 1.8 support 2016-05-31 04:00:37 +09:00
Yuki Nishijima
ecdfd4b7a5 Fix mongo mapper build
https://travis-ci.org/amatsuda/kaminari/jobs/99805344#L107-L119
2016-01-02 11:09:16 +00:00
Yuki Nishijima
a58ff1f6f8 Use mime-types 2.99 on Ruby 1.9.3 2016-01-02 11:09:16 +00:00
Yuki Nishijima
472d31b4f4 Use rack-cache < 1.3 on Ruby 1.8.7 2016-01-02 10:47:52 +00:00
Yuki Nishijima
5c78e14fbc Specify the gem versions only when Ruby == 1.8.7 for MongoMapper 2014-12-31 07:28:25 -08:00
Yuki Nishijima
a5ab6dfcf6 i18n 0.7 doesn't support Ruby 1.8 2014-12-31 07:24:50 -08:00
Akira Matsuda
08dbcc5aa1 Stick to RSpec 2.x for now... 2014-06-08 21:44:31 +09:00
Yuki Nishijima
c3a55dffd7 Try using minitest on rbx instead of rubysl-test-unit 2014-06-01 14:12:25 -07:00
Yuki Nishijima
19a62f51e5 Use AS ~> 3.2.18 if Ruby is so old 2014-06-01 14:09:28 -07:00
Yuki Nishijima
f048ca5828 bson '1.10.0' doesn't work with jruby, use 1.9.2 for now 2014-06-01 14:09:25 -07:00
Peter M. Goldstein
752e25854a Add Rubinius gems to Gemfiles. Update Rakefile to handle Rubinius/Rails 4 case where RDocTask is not available. 2013-12-15 09:07:46 -08:00
Yuki Nishijima
a98313c08e Do not include xpath as dependency
It will have bundler install capybara 0.3.9 and we can't run the specs with such an old version of capybara.
2013-12-03 11:57:27 +09:00
Akira Matsuda
1a5c0a63bd Choose Ruby 1.8 compatible gems until we drop 1.8 support 2013-12-03 06:07:16 +09:00
SHIBATA Hiroshi
25f55c40e3 use https://rubygems.org instead of :rubygems 2013-04-15 10:11:37 +09:00
SHIBATA Hiroshi
150a57d734 added workaround for travis 2012-11-27 20:19:36 +09:00
Akira Matsuda
cc5a5a8526 decouple AR, DM, mongoid, and mongo_mapper gems from development_dependency into independent Gemfiles so we can test each of them separately 2012-05-23 12:38:30 +09:00