summaryrefslogtreecommitdiff
path: root/man/bundle.1.txt
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2019-11-08 17:11:33 +0000
committerBundlerbot <bot@bundler.io>2019-11-08 17:11:33 +0000
commit27ae25003bb410c42d313a6e2b216b94495bebeb (patch)
treef841fcee3186e6e99f67d7bc2f1daaf4d62bde47 /man/bundle.1.txt
parentb0dcf5f7b2a23372128ec0caf1ae888cb8630749 (diff)
parente71aba684726a9418dfcdc03f6097ac1110a7b5a (diff)
downloadbundler-27ae25003bb410c42d313a6e2b216b94495bebeb.tar.gz
Merge #7428
7428: 2.1.0.pre.3 r=deivid-rodriguez a=deivid-rodriguez This is the upcoming 2.1.0.pre.3. I only documented PRs that (I expect to) include user facing changes, but the release also includes: * Some improvements in bundler integration as a default gem. I don't think these changes should change behavior but there's some default gem integration issues that I could never reproduce but the less we rely and mess with bundler's own `$LOAD_PATH` usually help here. That's #7398. * Improvements in the experience debugging bundler by making the UI non silent by default. Again, I don't expect user facing changes, but if I'm missing something, I think it would be for the better. This is #7401. * Bumping fileutils version to 1.3.0. We were using 1.2.0 with some patches on top. Again, no expected changes on the user side, but we should aim that our releases include vendorize versions of dependencies that exactly match something released on rubygems.org, and this change goes in that direction. This is #7375. * Refactorings and updates to the development environment. Co-authored-by: Bundlerbot <bot@bundler.io>
Diffstat (limited to 'man/bundle.1.txt')
-rw-r--r--man/bundle.1.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bundle.1.txt b/man/bundle.1.txt
index 5f3b60ce41..e952002870 100644
--- a/man/bundle.1.txt
+++ b/man/bundle.1.txt
@@ -113,4 +113,4 @@ OBSOLETE
- September 2019 BUNDLE(1)
+ November 2019 BUNDLE(1)