comparison Gemfile @ 84:a9b68e36302e

jruby-openssl is not needed.
author Edho Arief <edho@myconan.net>
date Tue, 23 Oct 2012 04:01:10 -0700
parents b1de54c37b70
children 68a30cb3a913
comparison
equal deleted inserted replaced
83:ae360c3b0bb0 84:a9b68e36302e
1 source 'https://rubygems.org' 1 source 'https://rubygems.org'
2 2
3 gem 'rails', '3.2.8' 3 gem 'rails', '3.2.8'
4 gem 'jruby-openssl', :platforms => :jruby
5 gem 'jquery-rails' 4 gem 'jquery-rails'
6 5
7 # Bundle edge Rails instead: 6 # Bundle edge Rails instead:
8 # gem 'rails', :git => 'git://github.com/rails/rails.git' 7 # gem 'rails', :git => 'git://github.com/rails/rails.git'
9 8