Skip to content

Commit f729424

Browse files
committed
Adding workaround for Windows in Ruby
1 parent e868768 commit f729424

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ To install the dependencies, run the following command in the project's base dir
2222
bundle install
2323
```
2424

25+
**Note**: If you are using Windows, RubyInstaller has a known [issue](https://github.com/oneclick/rubyinstaller2/issues/96). Run the following script as a workaround to resolve it -
26+
27+
```ruby
28+
gem install ffi
29+
gem uninstall -aIx eventmachine
30+
gem install eventmachine --platform=ruby
31+
```
32+
2533
## Getting Started
2634

2735
Getting Started with Appium tests in Ruby on BrowserStack couldn't be easier!

0 commit comments

Comments
 (0)