summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <me@colby.fyi>2019-01-04 11:20:04 +1100
committerColby Swandale <me@colby.fyi>2019-01-04 11:20:04 +1100
commitd7ad2192ff5da41ba70ae9c21ca3e62559081df4 (patch)
tree6b3dad50078d82c67e7c556a289e95ca55af1aae
parentdc06fab418626922b39bfec5178887cb94c8c6de (diff)
downloadbundler-d7ad2192ff5da41ba70ae9c21ca3e62559081df4.tar.gz
Version 2.0.1 with changelogv2.0.1
-rw-r--r--CHANGELOG.md6
-rw-r--r--lib/bundler/version.rb2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 77b69b421a..f0ca151f49 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 2.0.1 (2019-01-04)
+
+Changes:
+
+ - Relaxed RubyGems requirement to `>= 2.5.0` ([#6867](https://github.com/bundler/bundler/pull/6867))
+
## 2.0.0 (2019-01-03)
No new changes
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index da356fe50e..401f62447c 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -7,7 +7,7 @@ module Bundler
# We're doing this because we might write tests that deal
# with other versions of bundler and we are unsure how to
# handle this better.
- VERSION = "2.0.0" unless defined?(::Bundler::VERSION)
+ VERSION = "2.0.1" unless defined?(::Bundler::VERSION)
def self.overwrite_loaded_gem_version
begin