diff options
author | Stephanie Morillo <rubymorillo@users.noreply.github.com> | 2017-09-20 14:36:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-20 14:36:56 -0400 |
commit | 57ac00551e68366f6c63a1e72edd2906acd78793 (patch) | |
tree | a5126e195f4b68a0eb21029e73757e8544abe443 | |
parent | 8946e6f3822b0dd569fd51c00ae4dd1fedc656a1 (diff) | |
download | bundler-rubymorillo-patch-1.tar.gz |
Updated bundler linkrubymorillo-patch-1
changed from `http` to `https`
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ Bundler makes sure Ruby applications run the same code on every machine. It does this by managing the gems that the application depends on. Given a list of gems, it can automatically download and install those gems, as well as any other gems needed by the gems that are listed. Before installing gems, it checks the versions of every gem to make sure that they are compatible, and can all be loaded at the same time. After the gems have been installed, Bundler can help you update some or all of them when new versions become available. Finally, it records the exact versions that have been installed, so that others can install the exact same gems. -To see what has changed in recent versions of Bundler, see the [CHANGELOG](CHANGELOG.md), or [visit the Bundler site](http://bundler.io) to access the complete documentation. +To see what has changed in recent versions of Bundler, see the [CHANGELOG](CHANGELOG.md), or [visit the Bundler site](https://bundler.io) to access the complete documentation. ### Installation and usage |