Sha256: aa7392cd357b6affab783af36d17f187f86f251502563368ca1e7e87eb4da05b

Contents?: true

Size: 263 Bytes

Versions: 9

Compression:

Stored size: 263 Bytes

Contents

# frozen_string_literal: true
# Set up gems listed in the Gemfile.
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../../Gemfile", __dir__)

require "bundler/setup" if File.exist?(ENV["BUNDLE_GEMFILE"])
$LOAD_PATH.unshift File.expand_path("../../../lib", __dir__)

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
logster-2.20.0 test/dummy/config/boot.rb
logster-2.19.1 test/dummy/config/boot.rb
logster-2.19.0 test/dummy/config/boot.rb
omniauth-rails-0.6.0 spec/test_app/config/boot.rb
omniauth-rails-0.5.0 spec/test_app/config/boot.rb
omniauth-rails-0.4.0 spec/test_app/config/boot.rb
omniauth-rails-0.3.0 spec/test_app/config/boot.rb
omniauth-rails-0.2.0 spec/test_app/config/boot.rb
omniauth-rails-0.1.0 spec/test_app/config/boot.rb