Skip to content

Commit

Permalink
Use the head version of yard (#573)
Browse files Browse the repository at this point in the history
Signed-off-by: James Couball <jcouball@yahoo.com>
  • Loading branch information
jcouball committed Apr 18, 2022
1 parent 546bc03 commit 0a43d8b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Gemfile
@@ -1,4 +1,9 @@
# frozen_string_literal: true

source 'https://rubygems.org'

gemspec :name => 'git'
git 'https://github.com/lsegal/yard', branch: 'main' do
gem 'yard'
end

gemspec name: 'git'

0 comments on commit 0a43d8b

Please sign in to comment.