Skip to content

Commit 540a84c

Browse files
committed
Release 2.0.0
1 parent 05c8d0d commit 540a84c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: .
33
specs:
4-
mongoid_includes (1.1.3)
5-
mongoid (>= 4.0.0, < 7.0.0)
4+
mongoid_includes (2.0.0)
5+
mongoid (>= 6.0.1, < 7.0.0)
66

77
GEM
88
remote: https://rubygems.org/

lib/mongoid/includes/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ module Mongoid
55
module Includes
66

77
# Public: This library will attempt to follow semantic versioning (whatever that's supposed to be).
8-
VERSION = '1.1.3'
8+
VERSION = '2.0.0'
99
end
1010
end

mongoid_includes.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ Gem::Specification.new do |s|
2222
s.files = Dir.glob('lib/**/*') + %w(CHANGELOG.md LICENSE.txt README.md Rakefile)
2323
s.test_files = Dir.glob('spec/**/*')
2424

25-
s.add_runtime_dependency 'mongoid', ['>= 4.0.0', '< 7.0.0']
25+
s.add_runtime_dependency 'mongoid', ['>= 6.0.1', '< 7.0.0']
2626
end

0 commit comments

Comments
 (0)