Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit f66c334

Browse files
author
Colby Swandale
committed
Version 1.16.6 with changelog
1 parent 3ab7d9c commit f66c334

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
22+
123
## 1.16.5 (2018-09-18)
224

325
Changes:

lib/bundler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module Bundler
77
# We're doing this because we might write tests that deal
88
# with other versions of bundler and we are unsure how to
99
# handle this better.
10-
VERSION = "1.16.5" unless defined?(::Bundler::VERSION)
10+
VERSION = "1.16.6" unless defined?(::Bundler::VERSION)
1111

1212
def self.overwrite_loaded_gem_version
1313
begin

0 commit comments

Comments
 (0)