aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-23 21:06:29 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-23 21:06:29 +0900
commita46841612c846f00f31ff63d886620d66cdea5b3 (patch)
treeba53da824d44f9582bf26a52138ba0c535b53720
parent31a6eaabc165d8a222e176f2c809d90622d88ec2 (diff)
downloadruby-a46841612c846f00f31ff63d886620d66cdea5b3.tar.gz
bump Bundler's version to 2.2.0.rc.1
-rw-r--r--lib/bundler/version.rb2
-rw-r--r--spec/bundler/realworld/fixtures/warbler/Gemfile.lock2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 39789b5913..272fe85cab 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: false
module Bundler
- VERSION = "2.2.0.dev".freeze
+ VERSION = "2.2.0.rc.1".freeze
def self.bundler_major_version
@bundler_major_version ||= VERSION.split(".").first.to_i
diff --git a/spec/bundler/realworld/fixtures/warbler/Gemfile.lock b/spec/bundler/realworld/fixtures/warbler/Gemfile.lock
index 6363b8bbd8..a524f6ef30 100644
--- a/spec/bundler/realworld/fixtures/warbler/Gemfile.lock
+++ b/spec/bundler/realworld/fixtures/warbler/Gemfile.lock
@@ -26,4 +26,4 @@ DEPENDENCIES
warbler (~> 2.0)
BUNDLED WITH
- 2.2.0.dev
+ 2.2.0.rc.1