Skip to content

Instantly share code, notes, and snippets.

@bbrowning
Created October 22, 2013 22:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbrowning/7109385 to your computer and use it in GitHub Desktop.
Save bbrowning/7109385 to your computer and use it in GitHub Desktop.
require 'bundler/setup'
Bundler.require(:default)
source 'https://rubygems.org'
gem 'jruby-openssl', '0.9.3'
[bbrowning@fedoratank ~/tmp/ffs_bundler]$ bundle install
Fetching gem metadata from https://rubygems.org/...
Resolving dependencies...
Installing bouncy-castle-java (1.5.0147)
Installing jruby-openssl (0.9.3)
Using bundler (1.3.5)
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.
[bbrowning@fedoratank ~/tmp/ffs_bundler]$ jruby app.rb
NameError: uninitialized constant OpenSSL::Digest::OPENSSL_VERSION_NUMBER
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment