mongodb/mongoid

View on GitHub
gemfiles/bson_master.gemfile

Summary

Maintainability
Test Coverage
# rubocop:todo all
source "https://rubygems.org"
gemspec path: '..'

gem 'bson', git: "https://github.com/mongodb/bson-ruby"
gem 'mongo'

gem 'actionpack'

gemspec path: '..'

require_relative './standard'

standard_dependencies