rspec 2.5 works well

This commit is contained in:
Akira Matsuda 2011-02-07 16:48:47 +09:00
parent 69d709bfef
commit c09b47601c
2 changed files with 17 additions and 22 deletions

View File

@ -6,7 +6,7 @@ source 'http://rubygems.org'
# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
gem 'rspec', '>= 2.4.0'
gem 'rspec', '>= 2.5.0'
gem 'rr', '>= 1.0.2'
gem 'bundler', '>= 1.0.0'
gem 'jeweler', '>= 1.5.2'
@ -15,7 +15,7 @@ group :development do
# gem 'rails', '>= 3.0.3'
gem 'rack', :git => 'git://github.com/rack/rack.git'
gem 'arel', :git => 'git://github.com/rails/arel.git'
gem 'rspec-rails', :git => 'git://github.com/rspec/rspec-rails.git'# 2.4.1 needed
gem 'rspec-rails', '>= 2.5.0'
gem 'sqlite3', '>= 1.3.3'
gem 'ruby-debug'
end

View File

@ -12,7 +12,7 @@ GIT
GIT
remote: git://github.com/rails/rails.git
revision: 59f7780a3454a14054d1d33d9b6e31192ab2e58b
revision: 1fd9d978a737d36cf7cca698f0fcbfc6fcdbed98
specs:
actionmailer (3.1.0.beta)
actionpack (= 3.1.0.beta)
@ -56,16 +56,6 @@ GIT
rake (>= 0.8.7)
thor (~> 0.14.4)
GIT
remote: git://github.com/rspec/rspec-rails.git
revision: 3b279c63397975ef95219ecdb53b497ebc8dc9f0
specs:
rspec-rails (2.4.1)
actionpack (~> 3.0)
activesupport (~> 3.0)
railties (~> 3.0)
rspec (~> 2.4.0)
GEM
remote: http://rubygems.org/
specs:
@ -100,14 +90,19 @@ GEM
rake (0.8.7)
rcov (0.9.9)
rr (1.0.2)
rspec (2.4.0)
rspec-core (~> 2.4.0)
rspec-expectations (~> 2.4.0)
rspec-mocks (~> 2.4.0)
rspec-core (2.4.0)
rspec-expectations (2.4.0)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
rspec-mocks (~> 2.5.0)
rspec-core (2.5.1)
rspec-expectations (2.5.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.4.0)
rspec-mocks (2.5.0)
rspec-rails (2.5.0)
actionpack (~> 3.0)
activesupport (~> 3.0)
railties (~> 3.0)
rspec (~> 2.5.0)
ruby-debug (0.10.4)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.4.0)
@ -130,7 +125,7 @@ DEPENDENCIES
rails!
rcov
rr (>= 1.0.2)
rspec (>= 2.4.0)
rspec-rails!
rspec (>= 2.5.0)
rspec-rails (>= 2.5.0)
ruby-debug
sqlite3 (>= 1.3.3)