1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

bump Bundler's version to 2.2.0.rc.1

This commit is contained in:
Hiroshi SHIBATA 2020-09-23 21:06:29 +09:00
parent 31a6eaabc1
commit a46841612c
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -26,4 +26,4 @@ DEPENDENCIES
warbler (~> 2.0)
BUNDLED WITH
2.2.0.dev
2.2.0.rc.1