Sha256: bc6135fe10639acf0d9ad7aefd800faa25f97bced6a00555c4cf3a57bedc2b53

Contents?: true

Size: 430 Bytes

Versions: 9

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.48.0"

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

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bundler-1.15.4 bin/rubocop
bundler-1.15.3 bin/rubocop
bundler-1.15.2 bin/rubocop
bundler-1.15.1 bin/rubocop
bundler-1.15.0 bin/rubocop
bundler-1.15.0.pre.4 bin/rubocop
bundler-1.15.0.pre.3 bin/rubocop
bundler-1.15.0.pre.2 bin/rubocop
bundler-1.15.0.pre.1 bin/rubocop