Skip to content

Commit

Permalink
Remove obsolete note about development gems
Browse files Browse the repository at this point in the history
  • Loading branch information
wconrad committed Jul 24, 2017
1 parent a480aaf commit 2527291
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,18 +300,6 @@ major version.

## Development

### Bundler tricks for older Rubies

The development gems only work in Ruby 2.3 or later. When developing
ftpd for older Rubies, exclude the development gems:

bundle install --without development

With the current version of bundler (1.13.1), this has the unfortunate
effect of remembering--forever--that you do not want development gems.
So before you install gems for Ruby 2.3 or later, remove
.bundle/config from the project's directory.

### Tests

To run the cucumber (functional) tests:
Expand Down

0 comments on commit 2527291

Please sign in to comment.