Mercurial > zeropaste
diff Gemfile @ 80:b1de54c37b70
Added support for jruby.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Mon, 15 Oct 2012 03:32:06 -0700 |
parents | 85e9dc5df11c |
children | a9b68e36302e |
line wrap: on
line diff
--- a/Gemfile Mon Oct 08 14:00:36 2012 +0700 +++ b/Gemfile Mon Oct 15 03:32:06 2012 -0700 @@ -1,12 +1,14 @@ source 'https://rubygems.org' gem 'rails', '3.2.8' +gem 'jruby-openssl', :platforms => :jruby gem 'jquery-rails' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' -gem 'mysql2' +gem 'mysql2', :platforms => :ruby +gem 'activerecord-jdbcmysql-adapter', :platforms => :jruby gem 'json'