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:
parent
cec6f3fe20
commit
ad13eb7295
1 changed files with 3 additions and 0 deletions
3
Gemfile
3
Gemfile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue