Skip to content

Commit

Permalink
gemfile should include jruby-openssl under jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
sinisterchipmunk committed Jan 12, 2012
1 parent ff11988 commit c93b06c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -2,3 +2,5 @@ source "http://rubygems.org"

# Specify your gem's dependencies in jax.gemspec
gemspec

gem 'jruby-openssl', :platforms => :jruby
1 change: 1 addition & 0 deletions gemfiles/rails-2.3.14
Expand Up @@ -2,3 +2,4 @@ source "http://rubygems.org"
gemspec :path => '..'

gem 'rails', '= 2.3.14'
gem 'jruby-openssl', :platforms => :jruby
1 change: 1 addition & 0 deletions gemfiles/rails-3.1.3
Expand Up @@ -2,3 +2,4 @@ source "http://rubygems.org"
gemspec :path => '..'

gem 'rails', '= 3.1.3'
gem 'jruby-openssl', :platforms => :jruby

0 comments on commit c93b06c

Please sign in to comment.