diff options
Diffstat (limited to 'version_policy.rb')
-rw-r--r-- | version_policy.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/version_policy.rb b/version_policy.rb index 24484aa4d5..e7b6136719 100644 --- a/version_policy.rb +++ b/version_policy.rb @@ -79,6 +79,7 @@ ACCEPTABLE_OUTDATED_GEMS = [ "rack", # Rack 2.0+ requires Ruby 2.2 "rubocop", # chef-style pins to 0.39.0 in 0.3.1 "slop", # expected to disappear with pry 0.11 + "typhoeus", # until https://github.com/travis-ci/travis.rb/pull/426 is fixed ] # |