Error Message with Ruby and SSL

Hi,

I’m using Ruby with Octopress. (I’m a newbie at Octopress and Ruby.)

I am now getting the Error message below that involves Ruby.

I think the proximate cause of this has to do with the fact that I
updated Brew, and also executed the associated commands: brew doctor;
brew upgrade ; and brew prune. Perhaps the “brew upgrade” caused the
issue.

HMacBook-3:~ howardm$ cd octopres
Using /Users/howardm/.rvm/gems/ruby-1.9.3-p392 with gemset octopress

HMacBook-3:octopres howardm$ rake generate

Generating Site with Jekyll

unchanged sass/screen.scss
Configuration from /Users/howardm/octopres/_config.yml
/Users/howardm/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/openssl.rb:17:in
`require’:
dlopen(/Users/howardm/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/x86_64-darwin12.2.1/openssl.bundle,
9): Symbol not found: _SSLv2_client_method (LoadError)
Referenced from:
/Users/howardm/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/x86_64-darwin12.2.1/openssl.bundle
Expected in: flat namespace
in
/Users/howardm/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/x86_64-darwin12.2.1/openssl.bundle

/Users/howardm/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/x86_64-darwin12.2.1/openssl.bundle
from
/Users/howardm/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/openssl.rb:17:in
<top (required)>' from /Users/howardm/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/net/https.rb:22:inrequire’
from
/Users/howardm/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/net/https.rb:22:in
<top (required)>' from /Users/howardm/octopres/plugins/gist_tag.rb:10:inrequire’
from /Users/howardm/octopres/plugins/gist_tag.rb:10:in <top (required)>' from /Users/howardm/.rvm/gems/ruby-1.9.3-p392@octopress/gems/jekyll-0.12.0/lib/jekyll/site.rb:78:inrequire’
from
/Users/howardm/.rvm/gems/ruby-1.9.3-p392@octopress/gems/jekyll-0.12.0/lib/jekyll/site.rb:78:in
block (2 levels) in setup' from /Users/howardm/.rvm/gems/ruby-1.9.3-p392@octopress/gems/jekyll-0.12.0/lib/jekyll/site.rb:77:ineach’
from
/Users/howardm/.rvm/gems/ruby-1.9.3-p392@octopress/gems/jekyll-0.12.0/lib/jekyll/site.rb:77:in
block in setup' from /Users/howardm/.rvm/gems/ruby-1.9.3-p392@octopress/gems/jekyll-0.12.0/lib/jekyll/site.rb:76:ineach’
from
/Users/howardm/.rvm/gems/ruby-1.9.3-p392@octopress/gems/jekyll-0.12.0/lib/jekyll/site.rb:76:in
setup' from /Users/howardm/.rvm/gems/ruby-1.9.3-p392@octopress/gems/jekyll-0.12.0/lib/jekyll/site.rb:31:ininitialize’
from
/Users/howardm/.rvm/gems/ruby-1.9.3-p392@octopress/gems/jekyll-0.12.0/bin/jekyll:238:in
new' from /Users/howardm/.rvm/gems/ruby-1.9.3-p392@octopress/gems/jekyll-0.12.0/bin/jekyll:238:in<top (required)>’
from
/Users/howardm/.rvm/gems/ruby-1.9.3-p392@octopress/bin/jekyll:19:in
load' from /Users/howardm/.rvm/gems/ruby-1.9.3-p392@octopress/bin/jekyll:19:in
from
/Users/howardm/.rvm/gems/ruby-1.9.3-p392@octopress/bin/ruby_noexec_wrapper:14:in
eval' from /Users/howardm/.rvm/gems/ruby-1.9.3-p392@octopress/bin/ruby_noexec_wrapper:14:in

Can anyone provide me with guidance about fixing this ?

I think I need to keep version: 1.9.3-p392

(Otherwise, I may get myself into more trouble…)

Thanks!