##// END OF EJS Templates
Don't use jruby-openssl with JRuby 1.7.0 (#12228)....
Jean-Philippe Lang -
r10728:1bcff510b150
parent child
Show More
@@ -52,7 +52,8 platforms :mri_19, :mingw_19 do
52 end
52 end
53
53
54 platforms :jruby do
54 platforms :jruby do
55 gem "jruby-openssl"
55 # jruby-openssl is bundled with JRuby 1.7.0
56 gem "jruby-openssl" if Object.const_defined?(:JRUBY_VERSION) && JRUBY_VERSION < '1.7.0'
56
57
57 group :mysql do
58 group :mysql do
58 gem "activerecord-jdbcmysql-adapter"
59 gem "activerecord-jdbcmysql-adapter"
General Comments 0
You need to be logged in to leave comments. Login now