mirror of
https://github.com/basecamp/trix.git
synced 2026-06-16 12:04:34 +00:00
Hi Javan! Based on the error message, this appears to be the issue that i've seen here and there where if the code is using the Java Selenium 3.x bindings, Appium has issues parsing the capabilities and it produces the error that you see. If you downgrade your bindings to 2.53.1 or use the 3.2.0 bindings, do you see any improvements? Best, Chip Vaughn Customer Support Engineer
19 lines
407 B
Ruby
19 lines
407 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'rake'
|
|
gem 'sprockets', '3.6.0' # Note: Sprockets > 3.6.0 strips the banners from our dist files
|
|
gem 'sprockets-export'
|
|
gem 'sprockets-svgo'
|
|
gem 'coffee-script'
|
|
gem 'coffee-script-source', '~> 1.9.1'
|
|
gem 'eco'
|
|
gem 'sass'
|
|
gem 'uglifier'
|
|
|
|
gem 'blade', '~> 0.7.0'
|
|
gem 'blade-sauce_labs_plugin', '~> 0.7.1'
|
|
gem 'selenium-webdriver', '~> 3.2.0'
|
|
|
|
gem 'github_api'
|
|
gem 'aws-sdk'
|