Sha256: e7c3df114eabe24504e41eedff36c5e3a4c739224fcc2b13b206ef1fcda6d964

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

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.13.7 bin/rubocop
bundler-1.13.6 bin/rubocop
bundler-1.13.5 bin/rubocop
bundler-1.13.4 bin/rubocop
bundler-1.13.3 bin/rubocop
bundler-1.13.2 bin/rubocop
bundler-1.13.1 bin/rubocop
bundler-1.13.0 bin/rubocop
bundler-1.13.0.rc.2 bin/rubocop