Sha256: 1d1262844c1fee1ca0713e4c2f3f2193f3aa3d20d2cc8e64d7c6e9fe4bb38091

Contents?: true

Size: 681 Bytes

Versions: 167

Compression:

Stored size: 681 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.exists?(ENV['BUNDLE_GEMFILE'])
  require 'bundler/setup'
  Bundler.require
end

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

require 'pact_broker'

Version data entries

167 entries across 167 versions & 1 rubygems

Version Path
pact_broker-2.79.1 config/boot.rb
pact_broker-2.79.0 config/boot.rb
pact_broker-2.78.1 config/boot.rb
pact_broker-2.78.0 config/boot.rb
pact_broker-2.77.0 config/boot.rb
pact_broker-2.76.2 config/boot.rb
pact_broker-2.76.1 config/boot.rb
pact_broker-2.76.0 config/boot.rb
pact_broker-2.75.0 config/boot.rb
pact_broker-2.74.1 config/boot.rb
pact_broker-2.74.0 config/boot.rb
pact_broker-2.73.0 config/boot.rb
pact_broker-2.72.0 config/boot.rb
pact_broker-2.71.0 config/boot.rb
pact_broker-2.70.0 config/boot.rb
pact_broker-2.69.0 config/boot.rb
pact_broker-2.68.1 config/boot.rb
pact_broker-2.68.0 config/boot.rb
pact_broker-2.67.0 config/boot.rb
pact_broker-2.66.0 config/boot.rb