File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# dependencies
44node_modules
55package-lock.json
6+ Gemfile.lock
67
78# production
89build
Original file line number Diff line number Diff line change 1111
1212install :
1313 - npm install
14- - gem install cucumber rspec capybara selenium-webdriver chromedriver-helper:1.2
14+ - bundle install
1515
1616script :
1717 - npm run build
Original file line number Diff line number Diff line change 1+ source "https://rubygems.org"
2+
3+ gem "cucumber"
4+ gem "rspec"
5+ gem "capybara"
6+ gem "selenium-webdriver"
7+ gem "chromedriver-helper" , "~>1.2"
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Build for production
5050Tests requirements
5151------------------
5252
53- gem install cucumber rspec capybara selenium-webdriver chromedriver-helper
53+ bundle install
5454
5555If it fails on macOS because of ` libffi ` , it can be fixed by brewing and linking an up-to-date version of the library (at your own risk).
5656
You can’t perform that action at this time.
0 commit comments