Sha256: 2f3d636d10ae5783f2ab467aa383506a31a15757e0f3f1a6a3e643538c6a030c

Contents?: true

Size: 366 Bytes

Versions: 7

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.14.0.pre.2" unless defined?(::Bundler::VERSION)
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
rubygems-update-2.6.14 bundler/lib/bundler/version.rb
rubygems-update-2.6.13 bundler/lib/bundler/version.rb
rubygems-update-2.6.12 bundler/lib/bundler/version.rb
rubygems-update-2.6.11 bundler/lib/bundler/version.rb
rubygems-update-2.6.10 bundler/lib/bundler/version.rb
rubygems-update-2.6.9 bundler/lib/bundler/version.rb
bundler-1.14.0.pre.2 lib/bundler/version.rb