Updated Ruby gems

mediawiki-selenium 0.1.14 makes is possible to run tests on Cloudbees
using PhantomJS.

Bug: 58035
Change-Id: Idd3ba0ee822be052e3758f3668ca769b4cc7f30f
This commit is contained in:
Zeljko Filipin
2013-12-10 19:12:10 +01:00
committed by Cmcmahon
parent efbaa74126
commit f5d0c1104b
2 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
#ruby=ruby-2.0.0-p247 #ruby=ruby-2.0.0-p247
#ruby-gemset=UniversalLanguageSelector #ruby-gemset=UniversalLanguageSelector
source 'https://rubygems.org' source "https://rubygems.org"
gem 'mediawiki-selenium' gem "mediawiki-selenium"

View File

@@ -4,7 +4,7 @@ GEM
builder (3.2.2) builder (3.2.2)
childprocess (0.3.9) childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11) ffi (~> 1.0, >= 1.0.11)
cucumber (1.3.9) cucumber (1.3.10)
builder (>= 2.1.2) builder (>= 2.1.2)
diff-lcs (>= 1.1.3) diff-lcs (>= 1.1.3)
gherkin (~> 2.12) gherkin (~> 2.12)
@@ -19,9 +19,9 @@ GEM
ffi (1.9.3) ffi (1.9.3)
gherkin (2.12.2) gherkin (2.12.2)
multi_json (~> 1.3) multi_json (~> 1.3)
i18n (0.6.5) i18n (0.6.9)
json (1.8.1) json (1.8.1)
mediawiki-selenium (0.1.13) mediawiki-selenium (0.1.14)
cucumber cucumber
json json
net-http-persistent net-http-persistent
@@ -33,7 +33,7 @@ GEM
multi_json (1.8.2) multi_json (1.8.2)
multi_test (0.0.2) multi_test (0.0.2)
net-http-persistent (2.9) net-http-persistent (2.9)
page-object (0.9.3) page-object (0.9.4)
page_navigation (>= 0.8) page_navigation (>= 0.8)
selenium-webdriver (>= 2.37.0) selenium-webdriver (>= 2.37.0)
watir-webdriver (>= 0.6.4) watir-webdriver (>= 0.6.4)
@@ -43,11 +43,11 @@ GEM
mime-types (>= 1.16) mime-types (>= 1.16)
rspec-expectations (2.14.4) rspec-expectations (2.14.4)
diff-lcs (>= 1.1.3, < 2.0) diff-lcs (>= 1.1.3, < 2.0)
rubyzip (1.0.0) rubyzip (1.1.0)
selenium-webdriver (2.37.0) selenium-webdriver (2.38.0)
childprocess (>= 0.2.5) childprocess (>= 0.2.5)
multi_json (~> 1.0) multi_json (~> 1.0)
rubyzip (~> 1.0.0) rubyzip (~> 1.0)
websocket (~> 1.0.4) websocket (~> 1.0.4)
syntax (1.0.0) syntax (1.0.0)
watir-webdriver (0.6.4) watir-webdriver (0.6.4)