Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
ruby-version: 4.0
- run: |
bundle install
rake ios
Expand Down
1 change: 0 additions & 1 deletion android_tests/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@
# limitations under the License.

source 'https://rubygems.org'
gemspec path: File.expand_path('..', __dir__)
eval_gemfile File.join(File.expand_path('..', __dir__), 'Gemfile')
2 changes: 0 additions & 2 deletions ios_tests/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# limitations under the License.

source 'https://rubygems.org'
gemspec path: File.expand_path('..', __dir__)
eval_gemfile File.join(File.expand_path('..', __dir__), 'Gemfile')

gem 'appium_console'
gem 'parallel_tests'