Skip to content

Commit

Permalink
Merge pull request #12 from roloand/mongoid7.3-upgrade
Browse files Browse the repository at this point in the history
Mongoid 7.4 upgrade
  • Loading branch information
kazk authored Mar 7, 2024
2 parents 8549172 + 6ced84e commit 241f659
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.3
3.0.6
2 changes: 2 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 0.2.6
- Upgraded Mongoid to 7.4.x
# 0.2.5
- Upgraded nested_assign to work with Mongoid 7.x
# 0.2.4
Expand Down
2 changes: 1 addition & 1 deletion lib/mongoidal/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Mongoidal
VERSION = "0.2.5"
VERSION = "0.2.6"
end
2 changes: 1 addition & 1 deletion mongoidal.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "mongoid-slug"
spec.add_development_dependency "mongoid", '~> 7.2.0'
spec.add_development_dependency "mongoid", '~> 7.4.0'
spec.add_development_dependency "bundler", "~> 1.6"
spec.add_development_dependency "sidekiq"
spec.add_development_dependency "globalid"
Expand Down

0 comments on commit 241f659

Please sign in to comment.