Sha256: 780618c9ceb684fbe55910cd03970a28e255b1b4d0778dbe1476a0f327f181e5

Contents?: true

Size: 339 Bytes

Versions: 5

Compression:

Stored size: 339 Bytes

Contents

require 'rubygems'

# Set up gems listed in the Gemfile.
gemfile = File.expand_path('../../Gemfile', __FILE__)
begin
  ENV['BUNDLE_GEMFILE'] = gemfile
  require 'bundler'
  Bundler.setup
rescue Bundler::GemNotFound => e
  STDERR.puts e.message
  STDERR.puts "Try running `bundle install`."
  exit!
end if File.exist?(gemfile)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
track_changes-1.0.1 test/railsapp/config/boot.rb
track_changes-1.0.0 test/railsapp/config/boot.rb
track_changes-1.0.0.pre3 test/railsapp/config/boot.rb
track_changes-1.0.0.pre2 test/railsapp/config/boot.rb
track_changes-1.0.0.pre1 test/railsapp/config/boot.rb