File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 6262
6363 env :
6464 BUNDLE_PATH : ${{ github.workspace }}/vendor/bundle
65+ BUNDLE_WITHOUT : docs
6566 ACTIVERECORD_VERSION : ${{ matrix.activerecord }}
6667 PG_VERSION : ${{ matrix.pg }}
6768
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ gem "aws-sdk-ec2"
77gem "base64"
88gem "bigdecimal"
99gem "bundler"
10- gem "commonmarker" , "< 1.0" # https://github.com/lsegal/yard/issues/1528
1110gem "minitest"
1211gem "minitest-reporters"
1312gem "mutex_m"
@@ -21,8 +20,12 @@ gem "rubocop-rake"
2120gem "sequel"
2221gem "simplecov" , require : false
2322gem "timecop"
24- gem "webrick"
25- gem "yard"
23+
24+ group :docs do
25+ gem "commonmarker" , "< 1.0" # https://github.com/lsegal/yard/issues/1528
26+ gem "webrick"
27+ gem "yard"
28+ end
2629
2730def gem_version ( gem_name )
2831 ENV [ "#{ gem_name . upcase } _VERSION" ] &.then { |gem_version | "~> #{ gem_version } .0" }
You can’t perform that action at this time.
0 commit comments