summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2018-09-06 12:39:29 -0800
committerRyan Davis <ryand@zenspider.com>2018-09-06 12:39:29 -0800
commit79633c894423cccfe5589937ab7f6983a50ba6fc (patch)
tree8773605f7b0c9991fcaaf850dd570c0b047493ed /test
parent0916e2ecf5f02329f6aa57a6a44413b2ce8b33a1 (diff)
downloadhoe-79633c894423cccfe5589937ab7f6983a50ba6fc.tar.gz
- Bumped dependencies on rdoc and rake for latest majors.
[git-p4: depot-paths = "//src/hoe/dev/": change = 11723]
Diffstat (limited to 'test')
-rw-r--r--test/test_hoe.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_hoe.rb b/test/test_hoe.rb
index 6167886..8846226 100644
--- a/test/test_hoe.rb
+++ b/test/test_hoe.rb
@@ -272,7 +272,7 @@ class TestHoe < Minitest::Test
expected = [
["hoe", :development, "~> #{Hoe::VERSION.sub(/\.\d+$/, "")}"],
- ["rdoc", :development, "< 6, >= 4.0"],
+ ["rdoc", :development, "< 7, >= 4.0"],
]
assert_equal expected, deps.map { |dep|