mongodb/mongo-ruby-driver

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', branch: 'master'

require_relative './standard'

standard_dependencies