We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2683de6 commit dea01e7Copy full SHA for dea01e7
rpush-mongoid.gemspec
@@ -21,6 +21,6 @@ Gem::Specification.new do |spec|
21
spec.add_development_dependency "bundler", "~> 1.7"
22
spec.add_development_dependency "rake", "~> 10.0"
23
24
- spec.add_runtime_dependency "mongoid", "~> 5.0.0"
25
- spec.add_runtime_dependency "mongoid-autoinc", "~> 5.0.0"
+ spec.add_runtime_dependency "mongoid", "~> 6.0.0"
+ spec.add_runtime_dependency "mongoid-autoinc", "~> 6.0.0"
26
end
0 commit comments