Skip to content

Commit

Permalink
Merge pull request jah2488#9 from XimikS/master
Browse files Browse the repository at this point in the history
Fix Mongoid 3 support.
  • Loading branch information
jah2488 committed Dec 30, 2012
2 parents 0256937 + 6a4901f commit 783d558
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 783d558

Please sign in to comment.