Skip to content

Commit

Permalink
updated gemspec for mongoid
Browse files Browse the repository at this point in the history
  • Loading branch information
David Krett committed Jan 21, 2012
1 parent e47846a commit 48816c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongoid_localization.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.files = Dir.glob("lib/**/*") + %w(MIT-LICENSE README.rdoc)
s.test_files = Dir.glob("spec/**/*")
#s.add_dependency "rails", "~> 3.1"
s.add_dependency "mongoid", "~> 2.3.3"
s.add_dependency "mongoid", "~> 2.4"
s.add_development_dependency "mongoid", "~> 2.3.3"
s.add_development_dependency "mongo", "~> 1.3"
end

0 comments on commit 48816c0

Please sign in to comment.