Commit b329dcd02e35d6df570f0ddaa3a45c706949d9a6

Authored by Nick Recobra
1 parent 668e1464
Exists in master and in 1 other branch production

bson_ext will not work on java platform.

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
@@ -2,12 +2,15 @@ source 'http://rubygems.org' @@ -2,12 +2,15 @@ source 'http://rubygems.org'
2 2
3 gem 'rails', '3.0.3' 3 gem 'rails', '3.0.3'
4 gem 'nokogiri' 4 gem 'nokogiri'
5 -gem 'bson_ext', '~> 1.2'  
6 gem 'mongoid', '~> 2.0.0.rc.6' 5 gem 'mongoid', '~> 2.0.0.rc.6'
7 gem 'haml' 6 gem 'haml'
8 gem 'will_paginate' 7 gem 'will_paginate'
9 gem 'devise', '~> 1.1.3' 8 gem 'devise', '~> 1.1.3'
10 9
  10 +platform :ruby do
  11 + gem 'bson_ext', '~> 1.2'
  12 +end
  13 +
11 group :development, :test do 14 group :development, :test do
12 gem 'rspec-rails', '~> 2.1' 15 gem 'rspec-rails', '~> 2.1'
13 end 16 end