Skip to content

Commit

Permalink
RUBY-2783 Require bson 4-stable for Mongoid as bson master is 5.0 and…
Browse files Browse the repository at this point in the history
… not compatible with driver (#5113)

Co-authored-by: Oleg Pudeyev <[email protected]>
  • Loading branch information
p-mongo and p committed Jan 7, 2022
1 parent c8dc61e commit 95063e4
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,6 +1,6 @@
source "https://rubygems.org"

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

gem 'actionpack'
Expand Down

0 comments on commit 95063e4

Please sign in to comment.