aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorAnil Wadghule <anildigital@gmail.com>2010-10-06 23:15:48 +0530
committerSantiago Pastorino <santiago@wyeworks.com>2010-10-07 11:48:40 -0200
commitea30da30699f588bee4dc4713859fe035d6243db (patch)
tree7f0f9349cfd0b1346bdd6e58d2d0bc0418b1a902 /Gemfile
parent1e63a05d28fd7ebee2f962fc190d3e2af429dcb9 (diff)
downloadrails-ea30da30699f588bee4dc4713859fe035d6243db.tar.gz
rails-ea30da30699f588bee4dc4713859fe035d6243db.tar.bz2
rails-ea30da30699f588bee4dc4713859fe035d6243db.zip
Add jruby-openssl gem in Gemfile necessary for JRuby
[#5762 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 7fe1c3ad22..be91531770 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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"