Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #21 from square/jruby-ssl-issues
Browse files Browse the repository at this point in the history
Try install jruby-openssl gem before anything else.
  • Loading branch information
xaviershay committed Feb 5, 2013
2 parents a8d1230 + 94f4a1c commit 71813f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/jetpack
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ end

def install_bundler_gem
unless File.exists?("#{@path_to_project}/vendor/bundler_gem")
jruby! " -S gem install #{@jetpack_dir}/gems/jruby-openssl-0.7.4.gem -i vendor/bundler_gem --no-rdoc --no-ri"
jruby! " -S gem install #{@jetpack_dir}/gems/bundler-1.1.0.gem -i vendor/bundler_gem --no-rdoc --no-ri"
end
end
Expand Down

0 comments on commit 71813f9

Please sign in to comment.