Uploaded image for project: 'Ruby Driver'
  1. Ruby Driver
  2. RUBY-1187

Relax BSON dependency

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 12_01_17
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      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 Emily Stolfo
            Reporter:
            vo.x Vít Ondruch
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: