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

7 commits

Author SHA1 Message Date
Akira Matsuda
9d611ebe1a "Your Gemfile lists the gem rspec-rails (>= 2.0) more than once." 2014-05-09 18:15:13 +09:00
Yuki Nishijima
e574fd6475 Do not lock the version of sqlite3 if Ruby is 2.1.1 or higher 2014-04-19 18:58:05 -07:00
Yuki Nishijima
d7ad547bbe Update gemfile for ActiveRecord ~> 4.1.0
It's already released.
2014-04-19 18:56:05 -07:00
Yuki Nishijima
d4a7ca2123 Do not use test/unit for AR 4.1 tests 2014-03-08 21:24:51 -08:00
Yuki Nishijima
55d316f396 platforms :ruby means MRI and Rubinius so we don't need :rbx
For more details on how to specify platform, see: http://bundler.io/v1.3/man/gemfile.5.html
2014-03-08 21:24:51 -08:00
Yuki Nishijima
7b2d319000 Use sqlite3-ruby 1.3.8, not 1.3.9
This fixes failing specs for rbx. For more details, see: https://github.com/sparklemotion/sqlite3-ruby/issues/122
2014-03-08 21:24:19 -08:00
Zachary Scott
a73eacfcf6 Support testing activerecord 4.1 from git.
This could be changed once Rails 4.1 is released to use rubygems, but it
might also be interesting to test against the stable branch for
regressions.
2014-02-24 02:31:01 -08:00