Sha256: 068577342c0825895187a5ba7b50199a186f9a39cc2544f127ec65938b245bfb

Contents?: true

Size: 467 Bytes

Versions: 1

Compression:

Stored size: 467 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

::Dir["#{::File.join(__dir__, 'sub')}/*"].each do |dir|
  next unless ::File.exist?(::File.join(dir, "#{::File.basename(dir)}.gemspec"))

  gem ::File.basename(dir), path: dir, require: false
end

gem 'httpclient', git: 'https://github.com/livelink/httpclient.git'

local_gemfile = ::File.join(::File.dirname(__FILE__), 'Gemfile.local')
eval_gemfile local_gemfile if ::File.exist?(local_gemfile)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ehbrs-tools-0.33.0 Gemfile