summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-01-19 23:43:09 -0700
committerDan Allen <dan.j.allen@gmail.com>2020-01-20 00:13:31 -0700
commit6464ea4de0e7dbc352e1e8877119ec6a37b0dda8 (patch)
tree9f0ec5c8450c29cef39c35fe2f2e5227fb799884 /Gemfile
parent6aeb9442aa468647cc2105dc02a4a9481ff7d027 (diff)
add test for behavior of cache-uri document attribute
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 25a9f3d1..85e6dec8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -15,6 +15,7 @@ gem 'pygments.rb', ENV['PYGMENTS_VERSION'], require: false if ENV.key? 'PYGMENTS
gem 'rghost', ENV['RGHOST_VERSION'], require: false if ENV.key? 'RGHOST_VERSION'
gem 'rouge', ENV['ROUGE_VERSION'], require: false if ENV.key? 'ROUGE_VERSION'
gem 'text-hyphen', require: false
+gem 'open-uri-cached', require: false
group :docs do
gem 'yard', require: false