mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Use RSpec 2.6 for any_instance support
This commit is contained in:
parent
8cad037afc
commit
ebd3d81759
2 changed files with 9 additions and 9 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
16
Gemfile.lock
16
Gemfile.lock
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue