Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.
Open
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
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# A sample Gemfile
source "https://rubygems.org"

gem "calabash-android", "0.5.5"
gem "calabash-cucumber", "0.12.2"
gem "calabash-android", "~> 0.9"
gem "calabash-cucumber", "~> 0.20"
95 changes: 49 additions & 46 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,74 +1,77 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.2.8)
awesome_print (1.2.0)
CFPropertyList (2.3.4)
awesome_print (1.7.0)
builder (3.2.2)
calabash-android (0.5.5)
awesome_print (~> 1.2.0)
cucumber (~> 1.3.17)
calabash-android (0.9.0)
awesome_print (~> 1.2)
cucumber
escape (~> 0.0.4)
httpclient (~> 2.3.2)
httpclient (>= 2.7.1, < 3.0)
json (~> 1.8)
retriable (~> 1.3.3.1)
luffa
rubyzip (~> 1.1)
slowhandcuke (~> 0.0.3)
calabash-common (0.0.1)
cucumber (~> 1.3.0)
calabash-cucumber (0.12.2)
CFPropertyList (~> 2.2.8)
calabash-cucumber (0.20.3)
awesome_print
bundler (~> 1.3)
calabash-common (~> 0.0.1)
cucumber (~> 1.3.17)
clipboard (~> 1.0)
cucumber
edn (>= 1.0.6, < 2.0)
geocoder (>= 1.1.8, < 2.0)
httpclient (>= 2.3.2, < 3.0)
json (~> 1.8)
run_loop (~> 1.2.6)
sim_launcher (~> 0.4.13)
httpclient (>= 2.7.1, < 3.0)
json
run_loop (>= 2.2.2, < 3.0)
slowhandcuke (~> 0.0.3)
cucumber (1.3.18)
clipboard (1.1.1)
command_runner_ng (0.1.0)
cucumber (2.4.0)
builder (>= 2.1.2)
cucumber-core (~> 1.5.0)
cucumber-wire (~> 0.0.1)
diff-lcs (>= 1.1.3)
gherkin (~> 2.12)
gherkin (~> 4.0)
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.1.1)
multi_test (>= 0.1.2)
cucumber-core (1.5.0)
gherkin (~> 4.0)
cucumber-wire (0.0.1)
diff-lcs (1.2.5)
edn (1.0.6)
edn (1.1.1)
escape (0.0.4)
geocoder (1.2.7)
gherkin (2.12.2)
multi_json (~> 1.3)
httpclient (2.3.4.1)
json (1.8.2)
multi_json (1.10.1)
multi_test (0.1.1)
rack (1.6.0)
rack-protection (1.5.3)
rack
retriable (1.3.3.1)
rubyzip (1.1.6)
run_loop (1.2.6)
geocoder (1.4.1)
gherkin (4.0.0)
httpclient (2.8.3)
i18n (0.7.0)
json (1.8.3)
luffa (2.0.0)
awesome_print (~> 1.2)
json (~> 1.8)
retriable (>= 1.3.3.1, < 2.1)
thor (~> 0.19)
multi_json (1.12.1)
multi_test (0.1.2)
retriable (2.0.2)
rubyzip (1.2.0)
run_loop (2.2.4)
CFPropertyList (~> 2.2)
awesome_print (~> 1.2)
command_runner_ng (>= 0.0.2)
httpclient (>= 2.7.1, < 3.0)
i18n (>= 0.7.0, < 1.0)
json (~> 1.8)
retriable (~> 1.3.3.1)
thor (>= 0.18)
sim_launcher (0.4.13)
sinatra
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
thor (>= 0.18.1, < 1.0)
slowhandcuke (0.0.3)
cucumber
thor (0.19.1)
tilt (1.4.1)
thor (0.19.4)

PLATFORMS
ruby

DEPENDENCIES
calabash-android (= 0.5.5)
calabash-cucumber (= 0.12.2)
calabash-android (~> 0.9)
calabash-cucumber (~> 0.20)

BUNDLED WITH
1.13.6