1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00

Unlock JRuby SQLite dependency

This commit is contained in:
Andrew Haines 2013-01-24 01:38:07 +00:00
parent 38c929b818
commit 2c2aed69fb

View file

@ -8,7 +8,7 @@ end
platforms :jruby do
gem "minitest", ">= 3.0"
gem "activerecord-jdbcsqlite3-adapter", "~> 1.2.2.1"
gem "activerecord-jdbcsqlite3-adapter"
end
case ENV["RAILS_VERSION"]