Sha256: 0d073f3693d0324b0d242a2f5cb2d4cfec61f44a6da3858a89a9b36dfe144ae1

Contents?: true

Size: 360 Bytes

Versions: 2

Compression:

Stored size: 360 Bytes

Contents

# frozen_string_literal: true

# Ruby 1.9.3 and old RubyGems don't play nice with frozen version strings
# rubocop:disable MutableConstant

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 = "1.13.6" unless defined?(::Bundler::VERSION)
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
rubygems-update-2.6.8 bundler/lib/bundler/version.rb
bundler-1.13.6 lib/bundler/version.rb