Sha256: cbb0f9a8a27ed5efeaaf710bf4353c46f57d68c44587af9053e3cbfe2ff902f9

Contents?: true

Size: 366 Bytes

Versions: 1

Compression:

Stored size: 366 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.12.0.pre.1" unless defined?(::Bundler::VERSION)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bundler-1.12.0.pre.1 lib/bundler/version.rb