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

Commit 0f81f1a

Browse files
author
Colby Swandale
committed
Version 1.17.0.pre.2 with changelog
1 parent e5773bc commit 0f81f1a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 1.17.0.pre.2 (2018-10-13)
2+
3+
Features:
4+
5+
- Configure Bundler home, cache, config and plugin directories with `BUNDLE_USER_HOME`, `BUNDLE_USER_CACHE`, `BUNDLE_USER_CONFIG` and `BUNDLE_USER_PLUGIN` env vars ([#4333](https://github.com/bundler/bundler/issues/4333), @gwerbin)
6+
- Add `--all` option to `bundle binstubs` that will generate an executable file for all gems with commands in the bundle
7+
- Add `bundle remove` command to remove gems from the Gemfile via the CLI
8+
- Improve checking file permissions and asking for `sudo` in Bundler when it doesn't need to
9+
- Add error message to `bundle add` to check adding duplicate gems to the Gemfile
10+
- When asking for `sudo`, Bundler will show a list of folders/files that require elevated permissions to write to.
11+
12+
The following new features are available but are not enabled by default. These are intended to be tested by users for the upcoming release of Bundler 2.
13+
14+
- Improve deprecation warning message for `bundle show` command
15+
- Improve deprecation warning message for the `--force` option in `bundle install`
16+
117
## 1.17.0.pre.1 (2018-09-24)
218

319
Features:

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.17.0.pre.1" unless defined?(::Bundler::VERSION)
10+
VERSION = "1.17.0.pre.2" unless defined?(::Bundler::VERSION)
1111

1212
def self.overwrite_loaded_gem_version
1313
begin

0 commit comments

Comments
 (0)