Skip to content

Commit

Permalink
bundle jruby-openssl for JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
nov committed Jul 18, 2011
1 parent 8c5c9c9 commit f024e61
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Gemfile
@@ -1,2 +1,7 @@
source 'http://rubygems.org' source 'http://rubygems.org'

platforms :jruby do
gem 'jruby-openssl', '>= 0.7'
end

gemspec gemspec
9 changes: 8 additions & 1 deletion Gemfile.lock
Expand Up @@ -15,14 +15,19 @@ GEM
activesupport (3.0.9) activesupport (3.0.9)
addressable (2.2.6) addressable (2.2.6)
attr_required (0.0.3) attr_required (0.0.3)
bouncy-castle-java (1.5.0146.1)
crack (0.1.8) crack (0.1.8)
diff-lcs (1.1.2) diff-lcs (1.1.2)
httpclient (2.2.1) httpclient (2.2.1)
i18n (0.6.0) i18n (0.6.0)
jruby-openssl (0.7.4)
bouncy-castle-java
json (1.5.3) json (1.5.3)
rack (1.3.0) json (1.5.3-java)
rack (1.3.1)
rake (0.9.2) rake (0.9.2)
rcov (0.9.9) rcov (0.9.9)
rcov (0.9.9-java)
rspec (2.6.0) rspec (2.6.0)
rspec-core (~> 2.6.0) rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0) rspec-expectations (~> 2.6.0)
Expand All @@ -36,9 +41,11 @@ GEM
crack (>= 0.1.7) crack (>= 0.1.7)


PLATFORMS PLATFORMS
java
ruby ruby


DEPENDENCIES DEPENDENCIES
jruby-openssl (>= 0.7)
rack-oauth2! rack-oauth2!
rake (>= 0.8) rake (>= 0.8)
rcov (>= 0.9) rcov (>= 0.9)
Expand Down

0 comments on commit f024e61

Please sign in to comment.