Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Serghei Moret committed May 28, 2018
1 parent fa04943 commit 09c3863
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'

gem 'calabash-android'
gem 'calabash-cucumber', '0.21.1'
gem 'calabash-cucumber'
gem 'pry'
50 changes: 25 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,33 +1,34 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.3.5)
awesome_print (1.7.0)
CFPropertyList (2.3.6)
awesome_print (1.8.0)
builder (3.2.3)
calabash-android (0.9.0)
calabash-android (0.9.2)
awesome_print (~> 1.2)
cucumber
cucumber (~> 2.0)
escape (~> 0.0.4)
httpclient (>= 2.7.1, < 3.0)
json (~> 1.8)
luffa
rubyzip (~> 1.1)
slowhandcuke (~> 0.0.3)
calabash-cucumber (0.20.3)
calabash-cucumber (0.21.5)
awesome_print
bundler (~> 1.3)
clipboard (~> 1.0)
cucumber
cucumber (~> 2.0)
edn (>= 1.0.6, < 2.0)
geocoder (>= 1.1.8, < 2.0)
httpclient (>= 2.7.1, < 3.0)
json
run_loop (>= 2.2.2, < 3.0)
run_loop (>= 2.6.6, < 3.0)
slowhandcuke (~> 0.0.3)
clipboard (1.1.1)
coderay (1.1.1)
command_runner_ng (0.1.0)
cucumber (2.4.0)
clipboard (1.1.2)
coderay (1.1.2)
command_runner_ng (0.1.3)
concurrent-ruby (1.0.5)
cucumber (2.99.0)
builder (>= 2.1.2)
cucumber-core (~> 1.5.0)
cucumber-wire (~> 0.0.1)
Expand All @@ -41,45 +42,44 @@ GEM
diff-lcs (1.3)
edn (1.1.1)
escape (0.0.4)
geocoder (1.4.2)
gherkin (4.0.0)
geocoder (1.4.9)
gherkin (4.1.3)
httpclient (2.8.3)
i18n (0.8.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
json (1.8.6)
luffa (2.0.0)
awesome_print (~> 1.2)
json (~> 1.8)
retriable (>= 1.3.3.1, < 2.1)
thor (~> 0.19)
method_source (0.8.2)
multi_json (1.12.1)
method_source (0.9.0)
multi_json (1.13.1)
multi_test (0.1.2)
pry (0.10.4)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
method_source (~> 0.9.0)
retriable (2.0.2)
rubyzip (1.2.0)
run_loop (2.3.0)
rubyzip (1.2.1)
run_loop (2.7.1)
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)
thor (>= 0.18.1, < 1.0)
slop (3.6.0)
slowhandcuke (0.0.3)
cucumber
thor (0.19.4)
thor (0.20.0)

PLATFORMS
ruby

DEPENDENCIES
calabash-android
calabash-cucumber (= 0.20.3)
calabash-cucumber
pry

BUNDLED WITH
1.13.6
1.16.2

0 comments on commit 09c3863

Please sign in to comment.