summaryrefslogtreecommitdiff
path: root/version_policy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'version_policy.rb')
-rw-r--r--version_policy.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/version_policy.rb b/version_policy.rb
index 8d450010d3..128b52d0ba 100644
--- a/version_policy.rb
+++ b/version_policy.rb
@@ -73,6 +73,7 @@ OMNIBUS_RUBYGEMS_AT_LATEST_VERSION = {
# slop - expected to disappear with new pry release
# stove - halite pins to ~> 3.2 in 1.2.1
# rubocop - chef-style pins to 0.39.0 in 0.3.1
+# TODO remove nokogiri when we can update to 1.6.8
#
ACCEPTABLE_OUTDATED_GEMS = %w{
gherkin
@@ -81,6 +82,7 @@ ACCEPTABLE_OUTDATED_GEMS = %w{
slop
stove
rubocop
+ nokogiri
}
#