Sha256: 917f59b1bd43dda4c06977708134a2c735af6c98e836924020ad80c436b32cb1

Contents?: true

Size: 435 Bytes

Versions: 12

Compression:

Stored size: 435 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.to_s
end

gem "rubocop", "= 0.37.1"

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

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
bundler-1.12.6 bin/rubocop
bundler-1.12.5 bin/rubocop
bundler-1.12.4 bin/rubocop
bundler-1.12.3 bin/rubocop
bundler-1.12.2 bin/rubocop
bundler-1.12.1 bin/rubocop
bundler-1.12.0 bin/rubocop
bundler-1.12.0.rc.4 bin/rubocop
bundler-1.12.0.rc.3 bin/rubocop
bundler-1.12.0.rc.2 bin/rubocop
bundler-1.12.0.rc bin/rubocop
bundler-1.12.0.pre.2 bin/rubocop