Update the dependencies so that the tests will run

There were several places where newer versions of gems were being
pulled.  Those newer versions were breaking the functional tests and the
cucumber features.

Go back to known working versions of the gems that were causing failures
This commit is contained in:
Matt Rogers 2011-08-18 22:39:13 -05:00
parent dc8d2234f0
commit f69e3e42b0
2 changed files with 14 additions and 16 deletions

View file

@ -3,13 +3,13 @@ source :rubyforge
source "http://gems.github.com/" source "http://gems.github.com/"
gem "rails", "~>2.3.12" gem "rails", "~>2.3.12"
gem "highline" gem "highline", "~>1.5.0"
gem "RedCloth", "4.2.3" gem "RedCloth", "4.2.3"
gem "soap4r" gem "soap4r"
gem "sanitize", "~>2.0.0" gem "sanitize", "~>1.2.1"
gem "rack", "1.1.0" gem "rack", "1.1.0"
gem "will_paginate", "~> 2.3.15" gem "will_paginate", "~> 2.3.15"
gem "has_many_polymorphs" gem "has_many_polymorphs", "~> 2.13"
gem "aasm", "2.2.0" gem "aasm", "2.2.0"
gem "actionwebservice", :git => "git://github.com/dejan/actionwebservice.git" gem "actionwebservice", :git => "git://github.com/dejan/actionwebservice.git"
gem "rubycas-client" gem "rubycas-client"
@ -19,7 +19,7 @@ gem "sqlite3"
gem "webrat", ">=0.7.0", :groups => [:cucumber, :test] gem "webrat", ">=0.7.0", :groups => [:cucumber, :test]
gem "database_cleaner", ">=0.5.0", :groups => [:cucumber, :selenium] gem "database_cleaner", ">=0.5.0", :groups => [:cucumber, :selenium]
gem "cucumber-rails", "~>0.4.1", :groups => :cucumber gem "cucumber-rails", "~>0.3.0", :groups => :cucumber
group :test do group :test do
gem "flexmock" gem "flexmock"

View file

@ -32,10 +32,8 @@ GEM
gherkin (~> 2.4.5) gherkin (~> 2.4.5)
json (>= 1.4.6) json (>= 1.4.6)
term-ansicolor (>= 1.0.5) term-ansicolor (>= 1.0.5)
cucumber-rails (0.4.1) cucumber-rails (0.3.2)
cucumber (>= 0.10.1) cucumber (>= 0.8.0)
nokogiri (>= 1.4.4)
rack-test (>= 0.5.7)
daemons (1.1.4) daemons (1.1.4)
database_cleaner (0.6.7) database_cleaner (0.6.7)
diff-lcs (1.1.2) diff-lcs (1.1.2)
@ -46,7 +44,7 @@ GEM
json (>= 1.4.6) json (>= 1.4.6)
has_many_polymorphs (2.13) has_many_polymorphs (2.13)
activerecord activerecord
highline (1.6.2) highline (1.5.2)
hoe (2.12.0) hoe (2.12.0)
rake (~> 0.8) rake (~> 0.8)
hpricot (0.8.4) hpricot (0.8.4)
@ -57,7 +55,7 @@ GEM
daemons (>= 1.0.3) daemons (>= 1.0.3)
fastthread (>= 1.0.1) fastthread (>= 1.0.1)
gem_plugin (>= 0.2.3) gem_plugin (>= 0.2.3)
nokogiri (1.5.0) nokogiri (1.4.7)
rack (1.1.0) rack (1.1.0)
rack-test (0.6.1) rack-test (0.6.1)
rack (>= 1.0) rack (>= 1.0)
@ -76,8 +74,8 @@ GEM
ruby-openid (2.1.8) ruby-openid (2.1.8)
rubycas-client (2.2.1) rubycas-client (2.2.1)
activesupport activesupport
sanitize (2.0.3) sanitize (1.2.1)
nokogiri (>= 1.4.4, < 1.6) nokogiri (~> 1.4.1)
selenium-client (1.2.18) selenium-client (1.2.18)
soap4r (1.5.8) soap4r (1.5.8)
httpclient (>= 2.1.1) httpclient (>= 2.1.1)
@ -98,11 +96,11 @@ DEPENDENCIES
ZenTest (>= 4.0.0) ZenTest (>= 4.0.0)
aasm (= 2.2.0) aasm (= 2.2.0)
actionwebservice! actionwebservice!
cucumber-rails (~> 0.4.1) cucumber-rails (~> 0.3.0)
database_cleaner (>= 0.5.0) database_cleaner (>= 0.5.0)
flexmock flexmock
has_many_polymorphs has_many_polymorphs (~> 2.13)
highline highline (~> 1.5.0)
hoe hoe
hpricot hpricot
mongrel mongrel
@ -111,7 +109,7 @@ DEPENDENCIES
rspec-rails (~> 1.3.3) rspec-rails (~> 1.3.3)
ruby-openid ruby-openid
rubycas-client rubycas-client
sanitize (~> 2.0.0) sanitize (~> 1.2.1)
selenium-client selenium-client
soap4r soap4r
sqlite3 sqlite3