Locking to older version of rspec-core as new version has invalid specification

This commit is contained in:
Sarah Mei 2011-05-22 17:51:53 -07:00
parent 4fa842de96
commit 7a2ab42948
2 changed files with 15 additions and 13 deletions

View file

@ -79,6 +79,7 @@ group :test do
gem 'capybara', '~> 0.3.9'
gem 'cucumber-rails', '0.3.2'
gem 'rspec', '>= 2.0.0'
gem 'rspec-core', '2.6.0'
gem 'rspec-rails', '>= 2.0.0'
gem 'rcov', :require => false
gem 'database_cleaner', '0.6.0'

View file

@ -97,7 +97,7 @@ GEM
activesupport (= 3.0.3)
activesupport (3.0.3)
addressable (2.2.2)
arel (2.0.9)
arel (2.0.10)
aws (2.3.32)
activesupport
http_connection
@ -124,20 +124,19 @@ GEM
carrierwave (0.5.2)
activesupport (~> 3.0)
cgi_multipart_eof_fix (2.5.0)
chalofa_ruby-progressbar (0.0.9.1)
chef (0.9.12)
bunny (>= 0.6.0)
erubis
extlib
highline
json (<= 1.4.6, >= 1.4.4)
json (>= 1.4.4, <= 1.4.6)
mixlib-authentication (>= 1.1.0)
mixlib-cli (>= 1.1.0)
mixlib-config (>= 1.1.2)
mixlib-log (>= 1.2.0)
moneta
ohai (>= 0.5.7)
rest-client (< 1.7.0, >= 1.0.4)
rest-client (>= 1.0.4, < 1.7.0)
uuidtools
childprocess (0.1.7)
ffi (~> 0.6.3)
@ -164,7 +163,7 @@ GEM
warden (~> 1.0.3)
devise_invitable (0.5.0)
devise (~> 1.3.1)
rails (<= 3.2, >= 3.0.0)
rails (>= 3.0.0, <= 3.2)
diff-lcs (1.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
@ -178,7 +177,7 @@ GEM
faraday (0.5.4)
addressable (~> 2.2.2)
multipart-post (~> 1.1.0)
rack (< 2, >= 1.1.0)
rack (>= 1.1.0, < 2)
faraday_middleware (0.3.2)
faraday (~> 0.5.4)
fastercsv (1.5.4)
@ -196,11 +195,11 @@ GEM
nokogiri (~> 1.4.3.1)
ruby-hmac
foreigner (0.9.1)
formatador (0.1.3)
fuubar (0.0.4)
chalofa_ruby-progressbar (~> 0.0.9)
formatador (0.1.4)
fuubar (0.0.5)
rspec (~> 2.0)
rspec-instafail (~> 0.1.4)
ruby-progressbar (~> 0.0.10)
gem_plugin (0.2.3)
gherkin (2.3.8)
json (>= 1.4.6)
@ -208,7 +207,7 @@ GEM
hashie (0.4.0)
highline (1.6.2)
http_connection (1.4.1)
i18n (0.5.0)
i18n (0.6.0)
i18n-inflector (2.5.1)
i18n (>= 0.4.1)
i18n-inflector-rails (1.0.3)
@ -285,7 +284,7 @@ GEM
multi_json (~> 0.0.4)
ohai (0.5.8)
extlib
json (<= 1.4.6, >= 1.4.4)
json (>= 1.4.4, <= 1.4.6)
mixlib-cli
mixlib-config
mixlib-log
@ -356,6 +355,7 @@ GEM
ruby-openid (2.1.8)
ruby-openid-apps-discovery (1.2.0)
ruby-openid (>= 2.1.7)
ruby-progressbar (0.0.10)
rubyntlm (0.1.1)
rubyzip (0.9.4)
selenium-client (1.2.18)
@ -369,7 +369,7 @@ GEM
simple_oauth (0.1.5)
sinatra (1.2.6)
rack (~> 1.1)
tilt (< 2.0, >= 1.2.2)
tilt (>= 1.2.2, < 2.0)
subexec (0.0.4)
systemu (2.2.0)
term-ansicolor (1.0.5)
@ -378,7 +378,7 @@ GEM
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.14.6)
tilt (1.3)
tilt (1.3.1)
treetop (1.4.9)
polyglot (>= 0.3.1)
typhoeus (0.2.4)
@ -444,6 +444,7 @@ DEPENDENCIES
rest-client (= 1.6.1)
roxml!
rspec (>= 2.0.0)
rspec-core (= 2.6.0)
rspec-instafail (>= 0.1.7)
rspec-rails (>= 2.0.0)
ruby-debug