@@ -52,7 +52,8 platforms :mri_19, :mingw_19 do | |||
|
52 | 52 | end |
|
53 | 53 | |
|
54 | 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 | 58 | group :mysql do |
|
58 | 59 | gem "activerecord-jdbcmysql-adapter" |
General Comments 0
You need to be logged in to leave comments.
Login now