We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a3ee0 commit da408c7Copy full SHA for da408c7
Gemfile
@@ -13,3 +13,4 @@ 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
+gem 'win32ole', platforms: [:mswin, :mingw] # for windows only
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