mongodb/mongoid

View on GitHub
gemfiles/driver_oldstable.gemfile

Summary

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

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

gem 'actionpack'

gemspec path: '..'

require_relative './standard'

standard_dependencies