We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f05e2 commit bcdbaaaCopy full SHA for bcdbaaa
gemfiles/driver_master.gemfile
@@ -4,6 +4,10 @@ gemspec path: '..'
4
gem 'bson', github: "mongodb/bson-ruby"
5
gem 'mongo', github: "mongodb/mongo-ruby-driver"
6
7
+if RUBY_VERSION < "2.1"
8
+ gem "nokogiri", "~> 1.6.8"
9
+end
10
+
11
gem "rake"
12
gem "actionpack", "~> 4.2.8"
13
gem "activemodel", "~> 4.2.8"
0 commit comments