Not necessary to use prerelease bundler anymore

This commit is contained in:
Jonas Nicklas 2011-08-27 03:29:58 +03:00
parent 099a8ebf06
commit 0858c26d94
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ create a topic branch for every separate change you make.
Capybara uses bundler in development. To set up a development environment, simply do:
git submodule update --init
gem install bundler --pre
gem install bundler
bundle install
== Using Capybara with Cucumber