Skip to content

Commit 1f850e2

Browse files
authored
Update Gemfile to use stable version of YARD (#71)
Since the `module_function` decorator has been merged into Yard, there is no need to use a fork. See lsegal/yard#1365
1 parent dcd067e commit 1f850e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ source "https://rubygems.org/"
22

33
gemspec
44

5-
# Temporary use this for module_function decorator support
6-
gem "yard", github: "mrkn/yard", branch: "module_function_decorator"
5+
gem "yard"

0 commit comments

Comments
 (0)