mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Bundle rake, too.
This commit is contained in:
parent
ca3fcc5dae
commit
ed8832865b
2 changed files with 3 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -3,3 +3,4 @@ gem "rspec", :require => false
|
|||
gem "capybara"
|
||||
gem "sinatra", :require => false
|
||||
gem "mini_magick", :require => false
|
||||
gem 'rake'
|
||||
|
|
|
@ -20,6 +20,7 @@ GEM
|
|||
rack (1.3.0)
|
||||
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)
|
||||
|
@ -48,5 +49,6 @@ PLATFORMS
|
|||
DEPENDENCIES
|
||||
capybara
|
||||
mini_magick
|
||||
rake
|
||||
rspec
|
||||
sinatra
|
||||
|
|
Loading…
Reference in a new issue