Skip to content

Commit

Permalink
driver master relies on bson 5 (master)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Mar 28, 2024
1 parent 85de452 commit 05481fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemfiles/driver_master.gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# rubocop:todo all
source "https://rubygems.org"

gem 'bson', git: "https://github.com/mongodb/bson-ruby", branch: '4-stable'
gem 'bson', git: "https://github.com/mongodb/bson-ruby"
gem 'mongo', git: "https://github.com/mongodb/mongo-ruby-driver"

gem 'actionpack'
Expand Down

0 comments on commit 05481fd

Please sign in to comment.