Skip to content

Commit af6720e

Browse files
committed
Remove bson_ext gem which depends on an old version of bson. It doesn't seem to be necessary with latest mongo drivers.
1 parent 2b74a79 commit af6720e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

rdf-mongo.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Gem::Specification.new do |gem|
3636
gem.add_development_dependency 'rspec', '~> 3.4'
3737
gem.add_development_dependency 'rspec-its', '~> 1.2'
3838
gem.add_development_dependency 'yard', '~> 0.8'
39-
gem.add_development_dependency 'bson_ext', '~> 1.12' unless defined?(:RUBY_ENGINE) && RUBY_ENGINE == "jruby"
4039

4140
# Rubinius has it's own dependencies
4241
if RUBY_ENGINE == "rbx" && RUBY_VERSION >= "2.1.0"

0 commit comments

Comments
 (0)