Use RSpec 2.6 for any_instance support

This commit is contained in:
Gabe Berke-Williams 2011-07-22 14:16:29 -04:00
parent 8cad037afc
commit ebd3d81759
2 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
source "http://rubygems.org"
gem "rspec", :require => false
gem "rspec", '~> 2.6.0', :require => false
gem "capybara"
gem "sinatra", :require => false
gem "mini_magick", :require => false

View File

@ -21,14 +21,14 @@ GEM
rack-test (0.6.0)
rack (>= 1.0)
rake (0.9.2)
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)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
rspec-mocks (~> 2.6.0)
rspec-core (2.6.4)
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.5.0)
rspec-mocks (2.6.0)
rubyzip (0.9.4)
selenium-webdriver (0.2.2)
childprocess (>= 0.1.9)
@ -50,5 +50,5 @@ DEPENDENCIES
capybara
mini_magick
rake
rspec
rspec (~> 2.6.0)
sinatra