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/"
gem "rails", "~>2.3.12"
gem "highline"
gem "highline", "~>1.5.0"
gem "RedCloth", "4.2.3"
gem "soap4r"
gem "sanitize", "~>2.0.0"
gem "sanitize", "~>1.2.1"
gem "rack", "1.1.0"
gem "will_paginate", "~> 2.3.15"
gem "has_many_polymorphs"
gem "has_many_polymorphs", "~> 2.13"
gem "aasm", "2.2.0"
gem "actionwebservice", :git => "git://github.com/dejan/actionwebservice.git"
gem "rubycas-client"
@ -19,7 +19,7 @@ gem "sqlite3"
gem "webrat", ">=0.7.0", :groups => [:cucumber, :test]
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
gem "flexmock"

View file

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