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

Commit d784c10

Browse files
author
Colby Swandale
committed
Version 2.0.0.pre.2 with Changelog
1 parent ec83222 commit d784c10

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 2.0.0.pre.2 (2018-11-27)
2+
3+
Breaking Changes:
4+
5+
- `:github` source in the Gemfile now defaults to using HTTPS
6+
7+
Changes
8+
9+
- Add compatibility for Bundler merge into ruby-src
10+
11+
Note: To upgrade your Gemfile to Bundler 2 you will need to run `bundle update --bundler`
12+
113
## 2.0.0.pre.1 (2018-11-09)
214

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

1212
def self.overwrite_loaded_gem_version
1313
begin

0 commit comments

Comments
 (0)