Skip to content

Commit 6e3e699

Browse files
p-mongop
andauthored
Do not reference bson master from driver stable/oldstable config (#5014)
Co-authored-by: Oleg Pudeyev <code@olegp.name>
1 parent 3c31c0f commit 6e3e699

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)