You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,25 @@
1
+
## 1.16.6 (2018-10-05)
2
+
3
+
Changes:
4
+
5
+
- Add an error message when adding a gem with `bundle add` that's already in the bundle ([#6341](https://github.com/bundler/bundler/issues/6341), @agrim123)
6
+
- Add Homepage, Source Code and Chanagelog URI metadata fields to the `bundle gem` gemspec template (@walf443)
7
+
8
+
Bugfixes:
9
+
10
+
- Fix issue where updating a gem resulted in the gem's version being downgraded when `BUNDLE_ONLY_UPDATE_TO_NEWER_VERSIONS` was set ([#6529](https://github.com/bundler/bundler/issues/6529), @theflow)
11
+
- Fix some rescue calls that don't specifiy error type (@utilum)
12
+
- Fix an issue when the Lockfile would contain platform-specific gems that it didn't need ([#6491](https://github.com/bundler/bundler/issues/6491), @segiddins)
13
+
- Improve handlding of adding new gems with only a single group to the Gemfile in `bundle add` (@agrim123)
14
+
- Refactor check for OpenSSL in `bundle env` (@voxik)
15
+
- Remove an unnecessary assignment in Metadata (@voxik)
16
+
17
+
Documentation:
18
+
19
+
- Update docs to reflect revised guidance to check in Gemfile.lock into version control for gems ([#5879](https://github.com/bundler/bundler/issues/5879), @arbonap)
20
+
- Add documentation for the `--all` flag in `bundle update` (@agrim123)
21
+
- Update README to use `bundle add` in usage examples (@hdf1986)
0 commit comments