Created
October 22, 2013 22:36
-
-
Save bbrowning/7109385 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'bundler/setup' | |
Bundler.require(:default) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://rubygems.org' | |
gem 'jruby-openssl', '0.9.3' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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