diff options
author | Petteri Räty <petsku@petteriraty.eu> | 2011-07-05 18:05:37 +0300 |
---|---|---|
committer | Petteri Räty <petsku@petteriraty.eu> | 2011-07-05 18:05:37 +0300 |
commit | 522b059c78a91fc93103ac849c1a881be905a660 (patch) | |
tree | b041c965cf515df1e7062ba7d3527fda7ead3161 | |
parent | Allow markdown in agenda item body (diff) | |
download | council-webapp-522b059c78a91fc93103ac849c1a881be905a660.tar.gz council-webapp-522b059c78a91fc93103ac849c1a881be905a660.tar.bz2 council-webapp-522b059c78a91fc93103ac849c1a881be905a660.zip |
Update selenium-webdriver
We need to update so that it works with Firefox 5.
-rw-r--r-- | site/Gemfile.lock | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/site/Gemfile.lock b/site/Gemfile.lock index 6d5bbb4..8b1a867 100644 --- a/site/Gemfile.lock +++ b/site/Gemfile.lock @@ -43,7 +43,7 @@ GEM selenium-webdriver (>= 0.0.27) xpath (~> 0.1.3) celerity (0.8.8) - childprocess (0.1.8) + childprocess (0.1.9) ffi (~> 1.0.6) columnize (0.3.2) configuration (1.2.0) @@ -98,8 +98,7 @@ GEM rest-client typhoeus typhoeus - ffi (1.0.7) - rake (>= 0.8.7) + ffi (1.0.9) fuubar-cucumber (0.0.9) cucumber ruby-progressbar (~> 0.0.9) @@ -123,7 +122,7 @@ GEM rails (>= 3.0.0) i18n (0.5.0) json (1.4.6) - json_pure (1.5.1) + json_pure (1.5.3) launchy (0.4.0) configuration (>= 0.0.5) rake (>= 0.8.1) @@ -160,7 +159,7 @@ GEM activesupport (= 3.0.3) rake (>= 0.8.7) thor (~> 0.14.4) - rake (0.8.7) + rake (0.9.2) rest-client (1.6.1) mime-types (>= 1.16) rspec (2.5.0) @@ -183,8 +182,8 @@ GEM linecache (>= 0.3) ruby-progressbar (0.0.10) rubyzip (0.9.4) - selenium-webdriver (0.1.4) - childprocess (>= 0.1.7) + selenium-webdriver (0.2.2) + childprocess (>= 0.1.9) ffi (>= 1.0.7) json_pure rubyzip |