Skip to content

Commit 323383b

Browse files
authored
Use yard gem version 0.9.8 or later instead of HEAD from GitHub (#592)
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 609ab8b commit 323383b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Gemfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,4 @@
22

33
source 'https://rubygems.org'
44

5-
git 'https://github.com/lsegal/yard', branch: 'main' do
6-
gem 'yard'
7-
end
8-
95
gemspec name: 'git'

git.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Gem::Specification.new do |s|
3636

3737
unless RUBY_PLATFORM == 'java'
3838
s.add_development_dependency 'redcarpet', '~> 3.5'
39-
s.add_development_dependency 'yard', '~> 0.9'
39+
s.add_development_dependency 'yard', '~> 0.9', '>= 0.9.28'
4040
s.add_development_dependency 'yardstick', '~> 0.9'
4141
end
4242

0 commit comments

Comments
 (0)