Skip to content

Commit 4e8e5fa

Browse files
committed
Merge pull request #2 from abargnesi/mongo_version_spec
exclude 2.x versions of the mongo gem dependency
2 parents 1bf4efc + 42090d1 commit 4e8e5fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Gem::Specification.new do |gem|
3030
gem.required_ruby_version = '>= 1.9.2'
3131
gem.requirements = []
3232
gem.add_runtime_dependency 'rdf', '>= 1.1'
33-
gem.add_runtime_dependency 'mongo', '>= 1.8.6'
33+
gem.add_runtime_dependency 'mongo', '>= 1.8.6', '< 2.0'
3434

3535
gem.add_development_dependency 'rdf-spec', '>= 1.1'
3636
gem.add_development_dependency 'rspec', '>= 2.14.0'

0 commit comments

Comments
 (0)