diff options
author | Andre Arko <andre@arko.net> | 2013-02-12 22:12:06 -0800 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2013-02-12 22:12:06 -0800 |
commit | 37569d521c49b516fe77197ee75341b20f74ad29 (patch) | |
tree | 468131d95f27b513405af74d9ca095a54562ff98 /man | |
parent | 4e7a5e91f98d24ce33da962d25eef69f10a8bf88 (diff) | |
parent | 1c50e8b9e4a87ece745d28b17118d99b25d65ee1 (diff) | |
download | bundler-37569d521c49b516fe77197ee75341b20f74ad29.tar.gz |
Merge branch '1-2-stable'
Conflicts:
.rspec
.travis.yml
CHANGELOG.md
Rakefile
lib/bundler.rb
lib/bundler/cli.rb
lib/bundler/source.rb
lib/bundler/version.rb
spec/bundler/bundler_spec.rb
spec/install/gems/dependency_api_spec.rb
spec/other/newgem_spec.rb
spec/other/show_spec.rb
Diffstat (limited to 'man')
-rw-r--r-- | man/bundle-update.ronn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bundle-update.ronn b/man/bundle-update.ronn index cdf9f0697c..8c6165d7c8 100644 --- a/man/bundle-update.ronn +++ b/man/bundle-update.ronn @@ -39,7 +39,7 @@ When you run [bundle install(1)][bundle-install] the first time, bundler will re all of the dependencies, all the way down, and install what you need: Fetching source index for http://rubygems.org/ - Installing rake (0.8.7) + Installing rake (10.0.2) Installing abstract (1.0.0) Installing activesupport (3.0.0.rc) Installing builder (2.1.2) |