1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add a TODO to remove gem "jruby-openssl" when jruby-openssl is merge in jruby

[#5762]
This commit is contained in:
Santiago Pastorino 2010-10-07 13:49:40 -02:00
parent cec6f3fe20
commit ad13eb7295

View file

@ -55,6 +55,9 @@ platforms :jruby do
gem "activerecord-jdbcsqlite3-adapter"
# This is needed by now to let tests work on JRuby
# TODO: When the JRuby guys merge jruby-openssl in
# jruby this will be removed
gem "jruby-openssl"
group :db do