Sha256: bb722425e5a57d3ed2d2f597bdb956db6e260bb0cf97f6d43586c8c25adcc206

Contents?: true

Size: 228 Bytes

Versions: 6

Compression:

Stored size: 228 Bytes

Contents

require "rubygems"
gemfile = File.expand_path("../../../Gemfile", __dir__)

if File.exist?(gemfile)
  ENV["BUNDLE_GEMFILE"] = gemfile
  require "bundler"
  Bundler.setup
end

$:.unshift File.expand_path("../../../lib", __dir__)

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
infopark_component_cache-5.0.2 spec/dummy/config/boot.rb
infopark_component_cache-5.0.1 spec/dummy/config/boot.rb
infopark_component_cache-4.2.0 spec/dummy/config/boot.rb
infopark_component_cache-4.1.0 spec/dummy/config/boot.rb
infopark_component_cache-4.0.1 spec/dummy/config/boot.rb
infopark_component_cache-4.0.0 spec/dummy/config/boot.rb