Skip to content

Commit bcdbaaa

Browse files
committed
Update driver_master gemfile for nokogiri and older versions of MRI
1 parent a4f05e2 commit bcdbaaa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gemfiles/driver_master.gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ gemspec path: '..'
44
gem 'bson', github: "mongodb/bson-ruby"
55
gem 'mongo', github: "mongodb/mongo-ruby-driver"
66

7+
if RUBY_VERSION < "2.1"
8+
gem "nokogiri", "~> 1.6.8"
9+
end
10+
711
gem "rake"
812
gem "actionpack", "~> 4.2.8"
913
gem "activemodel", "~> 4.2.8"

0 commit comments

Comments
 (0)