Yuki Nishijima
|
7cfb9af639
|
Do not lock the version of sqlite3 if Ruby is 2.1.1 or higher
|
2014-06-01 14:09:26 -07: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 |
|
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 |
|
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 |
|
Akira Matsuda
|
4192e636e3
|
Be sure to bundle AR 3.2.x
|
2013-08-21 16:31:51 +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 |
|