Don't use jruby-openssl with JRuby 1.7.0 (#12228).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10955 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
00d16d07de
commit
1bcff510b1
3
Gemfile
3
Gemfile
|
@ -52,7 +52,8 @@ platforms :mri_19, :mingw_19 do
|
||||||
end
|
end
|
||||||
|
|
||||||
platforms :jruby do
|
platforms :jruby do
|
||||||
gem "jruby-openssl"
|
# jruby-openssl is bundled with JRuby 1.7.0
|
||||||
|
gem "jruby-openssl" if Object.const_defined?(:JRUBY_VERSION) && JRUBY_VERSION < '1.7.0'
|
||||||
|
|
||||||
group :mysql do
|
group :mysql do
|
||||||
gem "activerecord-jdbcmysql-adapter"
|
gem "activerecord-jdbcmysql-adapter"
|
||||||
|
|
Loading…
Reference in New Issue