mongodb/mongo-ruby-driver

View on GitHub
gemfiles/bson_4-stable.gemfile

Summary

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

gem 'bson', git: 'https://github.com/mongodb/bson-ruby', branch: '4-stable'

require_relative './standard'

standard_dependencies