lib/mongoid.rb in mongoid-7.0.0.beta vs lib/mongoid.rb in mongoid-7.0.0
- old
+ new
@@ -40,10 +40,10 @@
#
# @since 6.1.0
PLATFORM_DETAILS = "mongoid-#{VERSION}".freeze
# The minimum MongoDB version supported.
- MONGODB_VERSION = "2.4.0"
+ MONGODB_VERSION = "2.6.0"
# Sets the Mongoid configuration options. Best used by passing a block.
#
# @example Set up configuration options.
# Mongoid.configure do |config|