We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a3ee0 commit 0f95c01Copy full SHA for 0f95c01
Gemfile
@@ -13,3 +13,12 @@ gem 'racc' # need for spinach on 3.3+ https://github.com/codegram/spinach/issues
13
gem 'rake'
14
gem 'rubocop', '~> 1.73.1' # lock minor so we do not get accidental violations
15
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
@@ -118,6 +118,7 @@ DEPENDENCIES
118
rubocop (~> 1.73.1)
119
spinach
120
test-unit
121
+ win32ole
122
123
BUNDLED WITH
124
2.6.2
0 commit comments