Skip to content

Commit

Permalink
Fix Mongoid 3 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
zernie committed Dec 27, 2012
1 parent 0256937 commit 6a4901f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongoid_magic_counter_cache.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency("mongoid", ">= 2.2", "<= 3.0")
s.add_dependency("mongoid", "~> 3.0.0")
s.add_dependency("rake")
s.add_development_dependency "rspec"
end

0 comments on commit 6a4901f

Please sign in to comment.