Skip to content

Commit

Permalink
Include jruby-openssl on the Java platform
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jul 16, 2011
1 parent dbe5e78 commit e71d38e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -25,6 +25,10 @@ platforms :ruby_18 do
gem 'system_timer' gem 'system_timer'
end end


platforms :jruby do
gem 'jruby-openssl'
end

# These gems suck and do stupid things when in maintenance mode # These gems suck and do stupid things when in maintenance mode
group :development, :test, :staging, :production do group :development, :test, :staging, :production do
gem 'delayed_job' gem 'delayed_job'
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Expand Up @@ -30,6 +30,7 @@ GEM
activesupport (3.0.9) activesupport (3.0.9)
addressable (2.2.6) addressable (2.2.6)
arel (2.0.10) arel (2.0.10)
bouncy-castle-java (1.5.0146.1)
builder (2.1.2) builder (2.1.2)
capybara (1.0.0) capybara (1.0.0)
mime-types (>= 1.16) mime-types (>= 1.16)
Expand Down Expand Up @@ -92,6 +93,8 @@ GEM
activesupport activesupport
builder builder
i18n (0.5.0) i18n (0.5.0)
jruby-openssl (0.7.4)
bouncy-castle-java
json (1.5.3) json (1.5.3)
json (1.5.3-java) json (1.5.3-java)
json_pure (1.5.3) json_pure (1.5.3)
Expand Down Expand Up @@ -193,6 +196,7 @@ DEPENDENCIES
gravtastic gravtastic
high_voltage high_voltage
hoptoad_notifier hoptoad_notifier
jruby-openssl
launchy launchy
mail mail
newrelic_rpm newrelic_rpm
Expand Down

0 comments on commit e71d38e

Please sign in to comment.