Updated to the latest version of mediawiki-selenium gem
Change-Id: I60ad73add189a496d2ec92fa16f137d288d38770
This commit is contained in:
@@ -3,11 +3,4 @@
|
||||
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'cucumber'
|
||||
gem 'json'
|
||||
gem 'mediawiki-selenium'
|
||||
gem 'net-http-persistent'
|
||||
gem 'page-object'
|
||||
gem 'rest-client'
|
||||
gem 'rspec-expectations'
|
||||
gem 'syntax'
|
||||
|
||||
@@ -16,19 +16,26 @@ GEM
|
||||
diff-lcs (1.2.4)
|
||||
faker (1.2.0)
|
||||
i18n (~> 0.5)
|
||||
ffi (1.9.0)
|
||||
ffi (1.9.3)
|
||||
gherkin (2.12.2)
|
||||
multi_json (~> 1.3)
|
||||
i18n (0.6.5)
|
||||
json (1.8.0)
|
||||
mediawiki-selenium (0.1.8)
|
||||
mime-types (1.25)
|
||||
json (1.8.1)
|
||||
mediawiki-selenium (0.1.11)
|
||||
cucumber
|
||||
json
|
||||
net-http-persistent
|
||||
page-object
|
||||
rest-client
|
||||
rspec-expectations
|
||||
syntax
|
||||
mime-types (2.0)
|
||||
multi_json (1.8.2)
|
||||
multi_test (0.0.2)
|
||||
net-http-persistent (2.9)
|
||||
page-object (0.9.2)
|
||||
page-object (0.9.3)
|
||||
page_navigation (>= 0.8)
|
||||
selenium-webdriver (>= 2.35.0)
|
||||
selenium-webdriver (>= 2.37.0)
|
||||
watir-webdriver (>= 0.6.4)
|
||||
page_navigation (0.9)
|
||||
data_magic (>= 0.14)
|
||||
@@ -36,11 +43,11 @@ GEM
|
||||
mime-types (>= 1.16)
|
||||
rspec-expectations (2.14.3)
|
||||
diff-lcs (>= 1.1.3, < 2.0)
|
||||
rubyzip (0.9.9)
|
||||
selenium-webdriver (2.35.1)
|
||||
rubyzip (1.0.0)
|
||||
selenium-webdriver (2.37.0)
|
||||
childprocess (>= 0.2.5)
|
||||
multi_json (~> 1.0)
|
||||
rubyzip (< 1.0.0)
|
||||
rubyzip (~> 1.0.0)
|
||||
websocket (~> 1.0.4)
|
||||
syntax (1.0.0)
|
||||
watir-webdriver (0.6.4)
|
||||
@@ -52,11 +59,4 @@ PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
cucumber
|
||||
json
|
||||
mediawiki-selenium
|
||||
net-http-persistent
|
||||
page-object
|
||||
rest-client
|
||||
rspec-expectations
|
||||
syntax
|
||||
|
||||
Reference in New Issue
Block a user