Skip to content

Commit

Permalink
Add jruby-openssl gem in Gemfile necessary for JRuby
Browse files Browse the repository at this point in the history
[rails#5762 state:committed]

Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
  • Loading branch information
anildigital authored and spastorino committed Oct 7, 2010
1 parent 1e63a05 commit ea30da3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -55,6 +55,8 @@ platforms :jruby do

gem "activerecord-jdbcsqlite3-adapter"

gem "jruby-openssl"

group :db do
gem "activerecord-jdbcmysql-adapter"
gem "activerecord-jdbcpostgresql-adapter"
Expand Down

0 comments on commit ea30da3

Please sign in to comment.