Sha256: 4c42cca6e25d885e73daeef9fe2516be7c0506a9b16efd5a88d69aee218cd3a6
Contents?: true
Size: 359 Bytes
Versions: 3
Compression:
Stored size: 359 Bytes
Contents
require "rubygems" # Set up gems listed in the Gemfile. gemfile = File.expand_path("../../Gemfile", __FILE__) if File.exist?(gemfile) begin ENV["BUNDLE_GEMFILE"] = gemfile require "bundler" Bundler.setup rescue Bundler::GemNotFound => e warn e.message warn "Try running `bundle install`." exit! end end require "bootsnap/setup"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
good_migrations-0.3.0 | example/config/boot.rb |
good_migrations-0.2.1 | example/config/boot.rb |
good_migrations-0.2.0 | example/config/boot.rb |