Skip to content

Commit

Permalink
Upgrading to 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
roloand committed Dec 20, 2023
1 parent 1705a4f commit 6ced84e
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 1 addition & 1 deletion changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 0.2.6
- Upgraded Mongoid to 7.3.x
- 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 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.3.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 6ced84e

Please sign in to comment.