We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03cd8db commit 6e2ced6Copy full SHA for 6e2ced6
Gemfile
@@ -7,6 +7,8 @@ gemspec
7
8
gem 'graphql'
9
10
+gem "nokogiri", ">= 1.10.4"
11
+
12
group :development, :test do
13
gem 'byebug'
14
gem 'simplecov', require: false
Gemfile.lock
@@ -90,7 +90,7 @@ GEM
90
mongoid-compatibility (>= 0.5.1)
91
rspec (~> 3.3)
92
nio4r (2.4.0)
93
- nokogiri (1.10.3)
+ nokogiri (1.10.4)
94
mini_portile2 (~> 2.4.0)
95
rack (2.0.7)
96
rack-test (1.1.0)
@@ -171,6 +171,7 @@ DEPENDENCIES
171
graphql
172
mongoid
173
mongoid-rspec
174
+ nokogiri (>= 1.10.4)
175
rspec
176
rspec-rails
177
simplecov
0 commit comments