Skip to content

Commit

Permalink
Merge pull request jah2488#10 from joe1chen/remove_mongoid_version
Browse files Browse the repository at this point in the history
Remove mongoid version from gemspec to support both Mongoid 2.x and 3.x
  • Loading branch information
jah2488 committed Jul 26, 2013
2 parents eecdc6e + 2983c14 commit 1da0abc
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 1da0abc

Please sign in to comment.