summaryrefslogtreecommitdiff
path: root/version_policy.rb
diff options
context:
space:
mode:
authorKartik Null Cating-Subramanian <ksubramanian@chef.io>2016-05-09 16:18:45 -0400
committerKartik Null Cating-Subramanian <ksubramanian@chef.io>2016-05-09 16:18:45 -0400
commit825973813f53b72ebc908b47771740fcad9dbd01 (patch)
tree12c9b083a5b94a4070c13cd33dd3c35122a16265 /version_policy.rb
parent1686ce2314f9b4be1587b648b960ef222375eb37 (diff)
downloadchef-825973813f53b72ebc908b47771740fcad9dbd01.tar.gz
Rescue julia bot by whiltelisting rubocop and stove
Diffstat (limited to 'version_policy.rb')
-rw-r--r--version_policy.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/version_policy.rb b/version_policy.rb
index 59ebd58160..8d450010d3 100644
--- a/version_policy.rb
+++ b/version_policy.rb
@@ -71,12 +71,16 @@ OMNIBUS_RUBYGEMS_AT_LATEST_VERSION = {
# jwt - expected to update with new oauth2 release
# mini_portile2 - should go away *entirely* with new nokogiri release (not a dep anymore)
# 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
#
ACCEPTABLE_OUTDATED_GEMS = %w{
gherkin
jwt
mini_portile2
slop
+ stove
+ rubocop
}
#