Sha256: dc8de240bee03aba50dc93ddc1721b628be0095d479096ac684eb0343e4fc655

Contents?: true

Size: 430 Bytes

Versions: 10

Compression:

Stored size: 430 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

load File.expand_path("../with_rubygems", __FILE__) if ENV["RGV"]

require "rubygems"

bundler_spec = Gem::Specification.load(File.expand_path("../../bundler.gemspec", __FILE__))
bundler_spec.dependencies.each do |dep|
  gem dep.name, dep.requirement
end

gem "rubocop", "= 0.45.0"

Gem.finish_resolve if Gem.respond_to?(:finish_resolve)

load Gem.bin_path("rubocop", "rubocop")

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/bundler-1.14.6/bin/rubocop
bundler-1.14.6 bin/rubocop
bundler-1.14.5 bin/rubocop
bundler-1.14.4 bin/rubocop
bundler-1.14.3 bin/rubocop
bundler-1.14.2 bin/rubocop
bundler-1.14.1 bin/rubocop
bundler-1.14.0 bin/rubocop
bundler-1.14.0.pre.2 bin/rubocop
bundler-1.14.0.pre.1 bin/rubocop