mongodb/mongoid

View on GitHub
gemfiles/driver_master.gemfile

Summary

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

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

gem 'actionpack'

gemspec path: '..'

require_relative './standard'

standard_dependencies