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

19 commits

Author SHA1 Message Date
Yuki Nishijima
fdc18906e8 Fix build for ActiveRecord 3.2 & sinatra 2016-01-04 16:14:38 +09:00
Yuki Nishijima
224f73ba0a Remove gem dependencies for Ruby 1.8.7
We no longer support Ruby 1.8.7.
2016-01-04 15:57:28 +09:00
Anthony Dmitriyev
586d0fedb6 Fix for failing rbx test dependencies 2015-05-24 21:48:30 +01:00
Yuki Nishijima
56e284f5f5 Why are we using AR ~> 3.2.0 for the Sinatra spec? 2014-12-31 02:07:50 -08:00
Akira Matsuda
95bb76ec0b i18n 0.7 doesn't support Ruby 1.8 2014-12-21 09:13:32 +09:00
Akira Matsuda
a8e1fa531b How could the specs be run without rspec gem being bundled?? 2014-06-04 03:57:18 +09:00
Yuki Nishijima
a7355a489a Use padrino helpers ~> 0.11.0 if Ruby version is 1.8.7 2014-05-14 17:04:33 -07: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
7ccc80fc49 Do not include railties and rspec-rails gem [ci skip]
They are unneeded if Sinatra is used.
2014-03-08 23:20:18 -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
32c6f11ad0 Remove tilt dependency since it's already required upstream 2014-02-24 14:13:30 -08:00
Zachary Scott
b248bf80b8 Test padrino-helpers 0.12.0
Fixes #452
2014-02-13 01:30:32 -08: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
9435f79ce6 Remove unneeded dependencies and fix sinatra specs for Ruby 1.8 2013-12-03 11:57:43 +09:00
Akira Matsuda
119947269b Use activerecord-jdbcsqlite3-adapter gem under jruby 2013-11-25 16:23:49 +09:00
Akira Matsuda
7a388c74dc kaminari doesn't have to always depend on sqlite3
bundle sqlite3 only under AR and DM
2013-11-25 16:00:05 +09:00
Zachary Scott
a7cb79653d get tests to run for sinatra_* 2013-11-09 14:26:49 -05:00
Zachary Scott
3f08b7dae5 Test against sinatra 1.4, move sinatra -> sinatra_13 2013-08-07 15:05:58 -04:00