Skip to content

Commit da408c7

Browse files
committed
add win32ole
1 parent f7a3ee0 commit da408c7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ 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+
gem 'win32ole', platforms: [:mswin, :mingw] # for windows only

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)