aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-10-07 13:49:40 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2010-10-07 13:50:20 -0200
commitad13eb72959f685927b5212ed387d51142d51805 (patch)
tree9d94192a1f9fe8d5b72a371c38b1f15d09fe84f8 /Gemfile
parentcec6f3fe209f0c2312da1e1d091bffd30d6733b0 (diff)
downloadrails-ad13eb72959f685927b5212ed387d51142d51805.tar.gz
rails-ad13eb72959f685927b5212ed387d51142d51805.tar.bz2
rails-ad13eb72959f685927b5212ed387d51142d51805.zip
Add a TODO to remove gem "jruby-openssl" when jruby-openssl is merge in jruby
[#5762]
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index be91531770..13bf277d7a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -55,6 +55,9 @@ platforms :jruby do
gem "activerecord-jdbcsqlite3-adapter"
+ # This is needed by now to let tests work on JRuby
+ # TODO: When the JRuby guys merge jruby-openssl in
+ # jruby this will be removed
gem "jruby-openssl"
group :db do