mirror of
https://github.com/appium/appium.git
synced 2026-01-15 22:59:52 -06:00
10 lines
383 B
Ruby
10 lines
383 B
Ruby
source 'https://www.rubygems.org'
|
|
|
|
gem 'appium_lib', '~> 3.0.2'
|
|
gem 'rest-client', '~> 1.6.7'
|
|
gem 'rspec', '~> 2.14.1'
|
|
gem 'cucumber', '~> 1.3.15'
|
|
gem 'rspec-expectations', '~> 2.14.5'
|
|
gem 'spec', '~> 5.3.4'
|
|
gem 'sauce_whisk', '~> 0.0.13'
|
|
gem 'test-unit', '~> 2.5.5' # required for bundle exec ruby xunit_android.rb |