Skip to content

Commit

Permalink
Add jruby-openssl for jruby platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
mwunsch committed Mar 4, 2012
1 parent 5c7318c commit c23e32c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ source "http://rubygems.org"
gemspec

gem "rake", "~> 0.9.2.2"

platforms :jruby do
gem "jruby-openssl", "~> 0.7.6"
end
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ PLATFORMS
ruby

DEPENDENCIES
jruby-openssl (~> 0.7.6)
rake (~> 0.9.2.2)
rspec (~> 2.8.0)
weary!
Expand Down

0 comments on commit c23e32c

Please sign in to comment.