Skip to content

Commit 0f95c01

Browse files
committed
add win32ole
1 parent f7a3ee0 commit 0f95c01

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Gemfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,12 @@ gem 'racc' # need for spinach on 3.3+ https://github.com/codegram/spinach/issues
1313
gem 'rake'
1414
gem 'rubocop', '~> 1.73.1' # lock minor so we do not get accidental violations
1515
gem 'logger' # to silence warnings in tests, not a real dependency
16+
17+
if Gem.win_platform?
18+
if RUBY_PLATFORM == 'java'
19+
gem 'jruby-win32ole'
20+
else
21+
gem 'win32ole'
22+
end
23+
end
24+

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ DEPENDENCIES
118118
rubocop (~> 1.73.1)
119119
spinach
120120
test-unit
121+
win32ole
121122

122123
BUNDLED WITH
123124
2.6.2

0 commit comments

Comments
 (0)