Skip to content

Commit

Permalink
Merge branch 'master' into skip-gpg-sign-option
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleybuda committed Aug 18, 2022
2 parents 19f3386 + 323383b commit 0d2a03a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Expand Up @@ -2,8 +2,4 @@

source 'https://rubygems.org'

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

gemspec name: 'git'
2 changes: 1 addition & 1 deletion git.gemspec
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |s|

unless RUBY_PLATFORM == 'java'
s.add_development_dependency 'redcarpet', '~> 3.5'
s.add_development_dependency 'yard', '~> 0.9'
s.add_development_dependency 'yard', '~> 0.9', '>= 0.9.28'
s.add_development_dependency 'yardstick', '~> 0.9'
end

Expand Down

0 comments on commit 0d2a03a

Please sign in to comment.