Skip to content

Commit

Permalink
Add MongoMapper, bson_ext
Browse files Browse the repository at this point in the history
  • Loading branch information
cmattson committed Jul 29, 2013
1 parent 62bed37 commit 38d8b40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions consort.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "activesupport", "~> 3.2"
spec.add_development_dependency "activerecord", "~> 3.2"
spec.add_development_dependency "mongoid", "~> 3.1"
spec.add_development_dependency "mongo_mapper", "~> 0.12"
spec.add_development_dependency "simplecov"
spec.add_development_dependency "coveralls"
spec.add_development_dependency "sqlite3"
spec.add_development_dependency "pry"
spec.add_development_dependency "combustion"
spec.add_development_dependency "bson_ext"

spec.add_runtime_dependency "activesupport", ['>= 3.1', '< 4.1']
# spec.add_runtime_dependency "activerecord", "~> 3.2"
Expand Down

0 comments on commit 38d8b40

Please sign in to comment.