diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2018-12-27 23:58:30 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2018-12-28 00:19:22 -0700 |
| commit | 34df190d76dcf9f933453ae6827a0673028223a1 (patch) | |
| tree | 241dcf771530f81b4168f07db30ea5ff57759f7c /Gemfile | |
| parent | c842e8b1a1bd24f1568ba90dfe08206ff6bde6d8 (diff) | |
set up yarn to generate API docs
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
