Skip to content

Commit dfc2be2

Browse files
p-mongop
andcommitted
Do not reference bson master from driver stable/oldstable config (#5014)
Co-authored-by: Oleg Pudeyev <[email protected]>
1 parent 07f5ac4 commit dfc2be2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

gemfiles/driver_oldstable.gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
source "https://rubygems.org"
22

3-
gem 'bson', git: "https://github.com/mongodb/bson-ruby"
43
gem 'mongo', git: "https://github.com/mongodb/mongo-ruby-driver", branch: '2.13-stable'
54

65
gem 'actionpack'

gemfiles/driver_stable.gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
source "https://rubygems.org"
22

3-
gem 'bson', git: "https://github.com/mongodb/bson-ruby"
43
gem 'mongo', git: "https://github.com/mongodb/mongo-ruby-driver", branch: '2.14-stable'
54

65
gem 'actionpack'

0 commit comments

Comments
 (0)