summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Zubkov <igor.zubkov@gmail.com>2019-06-13 13:07:40 +0300
committerGitHub <noreply@github.com>2019-06-13 13:07:40 +0300
commit414bf001e0dd106067a9b6afe082d3f32b2b00a8 (patch)
tree311f09d1c28f30686e6cbc8a29eacf396131caf3
parent014bc768ae0447ead59381eaa188e4b145966b6d (diff)
downloadbundler-414bf001e0dd106067a9b6afe082d3f32b2b00a8.tar.gz
Fix typo
-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))