Skip to content

Commit d2b5c5e

Browse files
committed
Release 7.0.7
1 parent b24496e commit d2b5c5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/tutorials/mongoid-installation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To install the gem with bundler, include the following in your ``Gemfile``:
2727

2828
.. code-block:: ruby
2929

30-
gem 'mongoid', '~> 7.0.6'
30+
gem 'mongoid', '~> 7.0.7'
3131

3232
Using Mongoid with a New Rails Application
3333
------------------------------------------

lib/mongoid/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# encoding: utf-8
22

33
module Mongoid
4-
VERSION = "7.0.6"
4+
VERSION = "7.0.7"
55
end

0 commit comments

Comments
 (0)