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:
parent
38c929b818
commit
2c2aed69fb
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue