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 4f573b5 commit 31e361fCopy full SHA for 31e361f
Gemfile
@@ -6,6 +6,7 @@ group :development do
6
gem "rake"
7
gem "rubocop", require: false
8
gem "rubocop_auto_corrector", require: false
9
+ gem "ruby_header_parser"
10
gem "yard"
11
end
12
Gemfile.lock
@@ -110,6 +110,7 @@ GEM
110
rubocop_auto_corrector (0.5.0)
111
rubocop (>= 1.30.0)
112
ruby-progressbar (1.13.0)
113
+ ruby_header_parser (0.1.0)
114
securerandom (0.3.1)
115
serverspec (2.42.3)
116
multi_json
@@ -165,6 +166,7 @@ DEPENDENCIES
165
166
rspec-temp_dir
167
rubocop
168
rubocop_auto_corrector
169
+ ruby_header_parser
170
serverspec
171
steep
172
test-unit
0 commit comments