Sha256: d5552dc070b143c1dbf4174483d838ce8d2919e54661a124d9c1e9ad6871a5d8
Contents?: true
Size: 521 Bytes
Versions: 2
Compression:
Stored size: 521 Bytes
Contents
# Gemfile to help setting up the initial development environment source "https://rubygems.org" gem 'calabash-common', '~> 0.0.1' gem 'calabash-android', '~> 0.5.5' # Gems that will only be used with the computer is a Mac group :mac_os do # Rementer to fix a calabash-cucumber version. The update of this gem is a proccess # that you need to update de Calabash Server on your iOS application code. So I suggest # doing the update manually gem 'calabash-cucumber', '~> 0.12.2' gem 'cocoapods', '~> 0.35.0' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cs-bdd-0.1.4 | lib/skeleton/Gemfile |
cs-bdd-0.1.3 | lib/skeleton/Gemfile |