Skip to content

Commit

Permalink
Add openssl for rubinius from standard lib gems
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Oct 22, 2013
1 parent 33ce784 commit bcf856e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gemfile
Expand Up @@ -5,7 +5,11 @@ gemspec
# https://github.com/tenderlove/racc/issues/32
# is solved.
gem 'racc', '< 1.4.10' if RUBY_VERSION.to_f < 1.9
gem 'rubysl', :platform => :rbx # Rubinius ERB

platform :rbx do
gem 'rubysl'
gem 'rubysl-openssl'
end

group :repl do
gem 'therubyracer', :require => 'v8', :platform => :mri
Expand Down

0 comments on commit bcf856e

Please sign in to comment.