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

Commit eff1e3d

Browse files
author
Colby Swandale
committed
Version 2.0.0.pre.1 with changelog
1 parent 3668728 commit eff1e3d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.0.0.pre.1 (2018-11-04)
2+
3+
- Dropped support for versions of Ruby < 2.3
4+
- Dropped support for version of RubyGems < 2.5
5+
- Moved error messages from STDOUT to STDERR
6+
7+
Note: To upgrade your Gemfile to Bundler 2 you will need to run `bundle update --bundler`
8+
19
## 1.17.1 (2018-10-25)
210

311
- Convert `Pathname`s to `String`s before sorting them, fixing #6760 and #6758 ([#6761](https://github.com/bundler/bundler/pull/6761), @alexggordon)

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

1212
def self.overwrite_loaded_gem_version
1313
begin

0 commit comments

Comments
 (0)