Sha256: 93b8ecbfd66adda6f4396665ee1ac3497f7c23bd2936a0aca7ca94f59d692b68
Contents?: true
Size: 274 Bytes
Versions: 2
Compression:
Stored size: 274 Bytes
Contents
# frozen_string_literal: true require 'rubygems' gemfile = File.expand_path('../../../../Gemfile', __FILE__) if File.exist?(gemfile) ENV['BUNDLE_GEMFILE'] = gemfile require 'bundler' Bundler.setup end $LOAD_PATH.unshift File.expand_path('../../../../lib', __FILE__)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
seedbank-0.5.0 | test/dummy/config/boot.rb |
seedbank-0.5.0.pre | test/dummy/config/boot.rb |