Mercurial > zeropaste
comparison 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 |
comparison
equal
deleted
inserted
replaced
79:50b8738d6428 | 80:b1de54c37b70 |
---|---|
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 | |
4 gem 'jquery-rails' | 5 gem 'jquery-rails' |
5 | 6 |
6 # Bundle edge Rails instead: | 7 # Bundle edge Rails instead: |
7 # gem 'rails', :git => 'git://github.com/rails/rails.git' | 8 # gem 'rails', :git => 'git://github.com/rails/rails.git' |
8 | 9 |
9 gem 'mysql2' | 10 gem 'mysql2', :platforms => :ruby |
11 gem 'activerecord-jdbcmysql-adapter', :platforms => :jruby | |
10 | 12 |
11 gem 'json' | 13 gem 'json' |
12 | 14 |
13 # Gems used only for assets and not required | 15 # Gems used only for assets and not required |
14 # in production environments by default. | 16 # in production environments by default. |