Relax BSON dependency

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Major - P3
    • 12_01_17
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The BSON dependency seems to be stricter than it used to be. This was the first more strict commit. Is it really needed? Shouldn't the change rather be:

      Unable to find source-code formatter for language: diff. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
      --- a/mongo.gemspec
      +++ b/mongo.gemspec
      @@ -30,5 +30,5 @@ Gem::Specification.new do |s|
         s.has_rdoc          = 'yard'
         s.bindir            = 'bin'
       
      -  s.add_dependency 'bson', '~> 4.1'
      +  s.add_dependency 'bson', ['~> 4.1', '>= 4.2.0.rc0']
       end
      

            Assignee:
            Emily Stolfo (Inactive)
            Reporter:
            Vít Ondruch
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: