File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2222 ruby-version : ${{ matrix.ruby }}
2323 - name : bundle install
2424 run : |
25- bundle config set --local without profilers
25+ bundle config set --local without profilers libs typecheck_test
2626 bundle install
2727 # - name: rake-compiler
2828 # run: gem install rake-compiler
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ gem "rubocop-on-rbs" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.1'
1414gem "json"
1515gem "json-schema"
1616gem "goodcheck"
17- gem "dbm"
1817gem 'digest'
1918gem 'tempfile'
2019gem "rdoc"
@@ -26,6 +25,10 @@ gem "nkf"
2625gem "fileutils"
2726gem "raap"
2827
28+ group :libs do
29+ gem "dbm"
30+ end
31+
2932group :profilers do
3033 # Performance profiling and benchmarking
3134 gem 'stackprof'
You can’t perform that action at this time.
0 commit comments