We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12848b6 commit 0c7dd72Copy full SHA for 0c7dd72
Gemfile
@@ -2,9 +2,9 @@ source "https://rubygems.org"
2
3
gem 'activerecord'
4
gem 'thread_safe', :require => nil
5
-#if defined?(JRUBY_VERSION) && JRUBY_VERSION < '1.7.0'
+if defined?(JRUBY_VERSION) && JRUBY_VERSION < '1.7.0'
6
gem 'jruby-openssl', :platform => :jruby
7
-#end
+end
8
9
group :development do
10
gem 'ruby-debug', :require => nil # if ENV['DEBUG']
0 commit comments