Skip to content

Commit c95e557

Browse files
committed
libs
1 parent b066320 commit c95e557

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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

Gemfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ gem "rubocop-on-rbs" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.1'
1414
gem "json"
1515
gem "json-schema"
1616
gem "goodcheck"
17-
gem "dbm"
1817
gem 'digest'
1918
gem 'tempfile'
2019
gem "rdoc"
@@ -26,6 +25,10 @@ gem "nkf"
2625
gem "fileutils"
2726
gem "raap"
2827

28+
group :libs do
29+
gem "dbm"
30+
end
31+
2932
group :profilers do
3033
# Performance profiling and benchmarking
3134
gem 'stackprof'

0 commit comments

Comments
 (0)