Feature #12228 » jruby-openssl.diff
Gemfile (working copy) | ||
---|---|---|
52 | 52 |
end |
53 | 53 | |
54 | 54 |
platforms :jruby do |
55 |
gem "jruby-openssl" |
|
55 |
gem "jruby-openssl" if JRUBY_VERSION < '1.7.0'
|
|
56 | 56 | |
57 | 57 |
group :mysql do |
58 | 58 |
gem "activerecord-jdbcmysql-adapter" |