Skip to content

Commit b737830

Browse files
committed
Release 7.0.6
1 parent 54fe4bd commit b737830

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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.5'
30+
gem 'mongoid', '~> 7.0.6'
3131

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

lib/mongoid/version.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# encoding: utf-8
2+
23
module Mongoid
3-
VERSION = "7.0.5"
4+
VERSION = "7.0.6"
45
end

0 commit comments

Comments
 (0)