Sha256: a5a533a2e7d84b7450e611fe2d8d70f3cd645d7707521f23b7f6adf5c2115c6a

Contents?: true

Size: 268 Bytes

Versions: 17

Compression:

Stored size: 268 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

$:.unshift File.expand_path('../../../../lib', __FILE__)

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
derailed_benchmarks-2.2.1 test/rails_app/config/boot.rb
derailed_benchmarks-2.2.0 test/rails_app/config/boot.rb
derailed_benchmarks-2.1.2 test/rails_app/config/boot.rb
derailed_benchmarks-2.1.1 test/rails_app/config/boot.rb
derailed_benchmarks-2.1.0 test/rails_app/config/boot.rb
derailed_benchmarks-2.0.1 test/rails_app/config/boot.rb
derailed_benchmarks-2.0.0 test/rails_app/config/boot.rb
derailed_benchmarks-1.8.1 test/rails_app/config/boot.rb
derailed_benchmarks-1.8.0 test/rails_app/config/boot.rb
derailed_benchmarks-1.7.0 test/rails_app/config/boot.rb
gitlab-derailed_benchmarks-1.6.1 test/rails_app/config/boot.rb
derailed_benchmarks-1.6.0 test/rails_app/config/boot.rb
derailed_benchmarks-1.5.0 test/rails_app/config/boot.rb
derailed_benchmarks-1.4.3 test/rails_app/config/boot.rb
derailed_benchmarks-1.4.2 test/rails_app/config/boot.rb
derailed_benchmarks-1.4.1 test/rails_app/config/boot.rb
derailed_benchmarks-1.4.0 test/rails_app/config/boot.rb