summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2018-12-27 23:58:30 -0700
committerDan Allen <dan.j.allen@gmail.com>2018-12-28 00:19:22 -0700
commit34df190d76dcf9f933453ae6827a0673028223a1 (patch)
tree241dcf771530f81b4168f07db30ea5ff57759f7c /Gemfile
parentc842e8b1a1bd24f1568ba90dfe08206ff6bde6d8 (diff)
set up yarn to generate API docs
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 7c75e16a..992a781d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -20,3 +20,7 @@ group :examples do
#gem 'activesupport', '4.2.7.1' if (Gem::Version.new RUBY_VERSION) < (Gem::Version.new '2.4.0')
#gem 'unicode' if (Gem::Version.new RUBY_VERSION) < (Gem::Version.new '2.4.0')
end
+
+group :docs do
+ gem 'yard'
+end