Skip to content

Commit

Permalink
bson_ext will not work on java platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Recobra committed Mar 2, 2011
1 parent 668e146 commit b329dcd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Expand Up @@ -2,12 +2,15 @@ source 'http://rubygems.org'

gem 'rails', '3.0.3'
gem 'nokogiri'
gem 'bson_ext', '~> 1.2'
gem 'mongoid', '~> 2.0.0.rc.6'
gem 'haml'
gem 'will_paginate'
gem 'devise', '~> 1.1.3'

platform :ruby do
gem 'bson_ext', '~> 1.2'
end

group :development, :test do
gem 'rspec-rails', '~> 2.1'
end
Expand Down

0 comments on commit b329dcd

Please sign in to comment.