Sha256: 7572b24608ec9c725b0d5cbf4d35f802864c6b733ad50e90ef6992896141c3db
Contents?: true
Size: 334 Bytes
Versions: 1
Compression:
Stored size: 334 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
good_migrations-0.1.0 | example/config/boot.rb |