File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 5353# TODO: Remove this once fixed in upstream bson (> 5.0.2)
5454# Fix that is only needed on systems with GCC v15+
5555# See: https://github.com/mongodb/bson-ruby/pull/355
56- eval_gemfile "gemfiles/modular/bson/r3/v5.0 .gemfile"
56+ eval_gemfile "gemfiles/modular/bson/vHEAD .gemfile"
Original file line number Diff line number Diff line change 1- # Fix that is only needed on systems with GCC v15+
2- # See: https://github.com/mongodb/bson-ruby/pull/355
31# Ruby >= 2.6
4- # Unreleased!
5- gem "bson", github: "mongodb/bson-ruby", branch: "master"
2+ gem "bson", "~> 5.0", ">= 5.0.2"
Original file line number Diff line number Diff line change 11# Ruby >= 2.6
2+ # NOTE: Installing from git source on JRuby doesn't seem to work
3+ # https://github.com/mongodb/bson-ruby/discussions/351#discussioncomment-13392671
24gem "bson", github: "mongodb/bson-ruby", branch: "master"
You can’t perform that action at this time.
0 commit comments