File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ ruby RUBY_VERSION
55
66gem "rake"
77
8+ gem "openssl" , "~> 2.0.7" , :platform => :jruby
9+
810group :development do
911 gem "guard-rspec" , :require => false
1012 gem "nokogiri" , :require => false
Original file line number Diff line number Diff line change @@ -108,6 +108,21 @@ require "http"
108108...to pull it in as a dependency.
109109
110110
111+ ### jRuby
112+
113+ If running on jRuby you eill need to install [ ` openssl ` ] [ openssl-gem ] , by
114+ running:
115+
116+ gem install openssl
117+
118+ Or by adding it to your Gemfile:
119+
120+ # file: Gemfile
121+ gem "openssl"
122+
123+ [ openssl-gem ] : https://github.com/ruby/openssl
124+
125+
111126## Documentation
112127
113128[ Please see the http.rb wiki] [ documentation ]
You can’t perform that action at this time.
0 commit comments