diff --git a/sample-code/examples/ruby/Gemfile b/sample-code/examples/ruby/Gemfile index fba39f3d..ba3f0768 100644 --- a/sample-code/examples/ruby/Gemfile +++ b/sample-code/examples/ruby/Gemfile @@ -1,10 +1,10 @@ source 'https://www.rubygems.org' -gem 'appium_lib', '~> 6.0.0' +gem 'appium_lib', '~> 9.0.0' 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 'sauce_whisk', '~> 0.0.22' gem 'test-unit', '~> 2.5.5' # required for bundle exec ruby xunit_android.rb \ No newline at end of file