Skip to content

Commit 0c7dd72

Browse files
committed
only add gem jruby-openssl for JRuby < 1.7.0
1 parent 12848b6 commit 0c7dd72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ source "https://rubygems.org"
22

33
gem 'activerecord'
44
gem 'thread_safe', :require => nil
5-
#if defined?(JRUBY_VERSION) && JRUBY_VERSION < '1.7.0'
5+
if defined?(JRUBY_VERSION) && JRUBY_VERSION < '1.7.0'
66
gem 'jruby-openssl', :platform => :jruby
7-
#end
7+
end
88

99
group :development do
1010
gem 'ruby-debug', :require => nil # if ENV['DEBUG']

0 commit comments

Comments
 (0)