This gist show problem with Ruby 1.9.3 on my Mac OS X Lion (10.7.2).
I've tried RVM and Rbenv+ruby-build. I tried linking with system openssl, rvm-openssl and homebrew-openssl. Even if linking succeeded, the error when requiring digest/sha1 appeared.
Problem with requiring digest/sha1 causes bundler not working at all.
This gist contains:
- test_1.9.2.txt - shows success on 1.9.2
- test_1.9.3.txt - shows failure on 1.9.3