Skip to content

Commit 0b10169

Browse files
committed
👷 Only released bson for JRuby
1 parent df05c33 commit 0b10169

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ end
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"
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
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"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
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
24
gem "bson", github: "mongodb/bson-ruby", branch: "master"

0 commit comments

Comments
 (0)