Skip to content

Commit

Permalink
Remove mongoid version because we want to support both Mongoid 2.x an…
Browse files Browse the repository at this point in the history
…d 3.x.
  • Loading branch information
Joseph Chen committed Jun 2, 2013
1 parent eecdc6e commit 2983c14
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", "~> 3.0.0")
s.add_dependency("mongoid")
s.add_dependency("rake")
s.add_development_dependency "rspec"
end

0 comments on commit 2983c14

Please sign in to comment.