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:
parent
31a6eaabc1
commit
a46841612c
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -26,4 +26,4 @@ DEPENDENCIES
|
|||
warbler (~> 2.0)
|
||||
|
||||
BUNDLED WITH
|
||||
2.2.0.dev
|
||||
2.2.0.rc.1
|
||||
|
|
Loading…
Reference in a new issue