Skip to content

Commit 241f659

Browse files
authored
Merge pull request #12 from roloand/mongoid7.3-upgrade
Mongoid 7.4 upgrade
2 parents 8549172 + 6ced84e commit 241f659

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.3
1+
3.0.6

changes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 0.2.6
2+
- Upgraded Mongoid to 7.4.x
13
# 0.2.5
24
- Upgraded nested_assign to work with Mongoid 7.x
35
# 0.2.4

lib/mongoidal/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Mongoidal
2-
VERSION = "0.2.5"
2+
VERSION = "0.2.6"
33
end

mongoidal.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
1818
spec.require_paths = ["lib"]
1919

2020
spec.add_dependency "mongoid-slug"
21-
spec.add_development_dependency "mongoid", '~> 7.2.0'
21+
spec.add_development_dependency "mongoid", '~> 7.4.0'
2222
spec.add_development_dependency "bundler", "~> 1.6"
2323
spec.add_development_dependency "sidekiq"
2424
spec.add_development_dependency "globalid"

0 commit comments

Comments
 (0)