summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2019-06-13 10:09:41 +0000
committerBundlerbot <bot@bundler.io>2019-06-13 10:09:41 +0000
commit81f8d9f5f1ba4036b9c0744025c8a47c2e8471f5 (patch)
tree311f09d1c28f30686e6cbc8a29eacf396131caf3
parent014bc768ae0447ead59381eaa188e4b145966b6d (diff)
parent414bf001e0dd106067a9b6afe082d3f32b2b00a8 (diff)
downloadbundler-81f8d9f5f1ba4036b9c0744025c8a47c2e8471f5.tar.gz
Merge #7203
7203: Fix typo r=deivid-rodriguez a=biow0lf Co-authored-by: Igor Zubkov <igor.zubkov@gmail.com>
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4c3c61093c..ea50dd87db 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,7 +12,7 @@ Changes:
- Fixed an issue where plugins could register for the same Bundler hook multiple times ([#6775](https://github.com/bundler/bundler/pull/6775))
- Changed the "multiple sources" message in `bundle install` to be a warning instead of an error ([#6790](https://github.com/bundler/bundler/pull/6790))
- Fixed a bug where path gems would break when using `only_update_to_newer_versions` ([#6774](https://github.com/bundler/bundler/pull/6774))
- - Fixed a bug where installing plugins with the `--delpoyment` setting would fail ([#6805](https://github.com/bundler/bundler/pull/6805))
+ - Fixed a bug where installing plugins with the `--deployment` setting would fail ([#6805](https://github.com/bundler/bundler/pull/6805))
- Fixed an issue where `bundle update` couldn't update & install a gem when `no_install` was set (a `bundle package` config) ([#7078](https://github.com/bundler/bundler/pull/7078))
- Fixed an issue where users could not run `bundle exec` on default gems ([#6963](https://github.com/bundler/bundler/pull/6963))
- Updated vendor libraries to their latest version ([#7076](https://github.com/bundler/bundler/pull/7067), [#7068](https://github.com/bundler/bundler/pull/7068))