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

22 commits

Author SHA1 Message Date
Akira Matsuda
59dbc1246a Install gems for rbx platform only when running rbx
or bundle install fails on ruby 3 because rubysl ~> 2.0 doesn't support ruby 3
2021-05-05 03:52:55 +09:00
Yuki Nishijima
e3178d34df Fix builds for sqlite3 2019-03-16 16:07:15 -04:00
Yuki Nishijima
c844223f19 Stick with pg 0.21.0 to run test against Rails <= 5.0 2018-03-05 15:16:23 -05:00
Akira Matsuda
c0ee8faa5f Use mysql 2 0.3.x with AR 4.1 2017-06-03 07:00:03 +09:00
Akira Matsuda
18a007fc44 Let's not auto-require all DB adapters
Because we're using only one in a test run
2017-06-02 20:09:50 +09:00
Akira Matsuda
f47bf0e106 No need to specify lower version limit
The CI uses the newest anyway
2017-06-02 20:07:23 +09:00
Akira Matsuda
f39c63438c And also on MySQL 2017-06-02 19:59:11 +09:00
Akira Matsuda
32abd344a7 Tests can be run on PostgreSQL now 2017-06-02 19:57:50 +09:00
Akira Matsuda
b8d9abb58f Any newer 1.6.x is acceptable here 2017-01-05 15:30:01 +09:00
Yuki Nishijima
c5612094ec Use nokogiri 1.6.8.1 on Ruby 2.0 2017-01-03 00:15:10 +00:00
Akira Matsuda
df586c73c1 #️⃣ 🚀 🔞 2016-12-01 02:28:20 +09:00
Akira Matsuda
f33e2566a6 RSpec => Test/Unit 2016-11-22 21:52:33 +09:00
Akira Matsuda
3eaf05444b We're only supporting Ruby 2 2016-10-12 06:33:17 +09:00
Yuki Nishijima
c0e239eda2 Use mime-types 2.99 on Ruby 1.9.3 2016-01-02 07:57:03 +00:00
Akira Matsuda
c07db3311d Stick to RSpec 2.x for now... 2014-06-04 01:32:01 +09:00
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