Sha256: dda7028f7d966600cc02cdb04fd6c9b071e1151af0691bcc6b9fc2c66c665189

Contents?: true

Size: 680 Bytes

Versions: 12

Compression:

Stored size: 680 Bytes

Contents

# Remember everything in this file will be loaded by Rake, don't make it too heavy...

$LOAD_PATH << File.expand_path(File.dirname(__FILE__) + "/../lib")

# Default environment
# Be aware that rake loads this boot file, so any attempt to change RACK_ENV by
# setting ENV['RACK_ENV'] after that (eg. in spec_helper) will not work.
RACK_ENV = ENV["RACK_ENV"] || "development" unless defined? RACK_ENV

# Set up gems listed in the Gemfile.
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", __FILE__)
if File.exist?(ENV["BUNDLE_GEMFILE"])
  require "bundler/setup"
  Bundler.require
end

if defined?(I18n)
  I18n.enforce_available_locales = false
end

require "pact_broker"

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
pact_broker-2.89.1 config/boot.rb
pact_broker-2.89.0 config/boot.rb
pact_broker-2.88.0 config/boot.rb
pact_broker-2.87.0 config/boot.rb
pact_broker-2.86.0 config/boot.rb
pact_broker-2.85.1 config/boot.rb
pact_broker-2.85.0 config/boot.rb
pact_broker-2.84.0 config/boot.rb
pact_broker-2.83.0 config/boot.rb
pact_broker-2.82.0 config/boot.rb
pact_broker-2.81.0 config/boot.rb
pact_broker-2.80.0 config/boot.rb