We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546bc03 commit 0a43d8bCopy full SHA for 0a43d8b
Gemfile
@@ -1,4 +1,9 @@
1
+# frozen_string_literal: true
2
+
3
source 'https://rubygems.org'
4
-gemspec :name => 'git'
5
+git 'https://github.com/lsegal/yard', branch: 'main' do
6
+ gem 'yard'
7
+end
8
9
+gemspec name: 'git'
0 commit comments