Skip to content

Commit 0a43d8b

Browse files
authored
Use the head version of yard (#573)
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 546bc03 commit 0a43d8b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Gemfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
# frozen_string_literal: true
2+
13
source 'https://rubygems.org'
24

3-
gemspec :name => 'git'
5+
git 'https://github.com/lsegal/yard', branch: 'main' do
6+
gem 'yard'
7+
end
48

9+
gemspec name: 'git'

0 commit comments

Comments
 (0)