Sha256: e4dcaf8110f19b89577fcc87ca704ec1390fe48533a4d45b4f24c2008d8a538a

Contents?: true

Size: 332 Bytes

Versions: 32

Compression:

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

32 entries across 32 versions & 8 rubygems

Version Path
active_theme-0.5.0.pre test/dummy_app/config/boot.rb
themes_for_rails-0.5.0.pre test/dummy_app/config/boot.rb
themes_for_rails-0.4.3 test/dummy_app/config/boot.rb
themes_for_rails-0.4.2 test/dummy_app/config/boot.rb
themes_for_rails-0.4.1 test/dummy_app/config/boot.rb
themes_for_rails-0.4.0 test/dummy_app/config/boot.rb
themes_for_rails-0.3.1 test/dummy_app/config/boot.rb
themes_for_rails-0.3.0 test/dummy_app/config/boot.rb
themes_for_rails-0.2.5 test/dummy_app/config/boot.rb
themes_for_rails-0.2.4 test/dummy_app/config/boot.rb
themes_for_rails-0.2.2 test/dummy_app/config/boot.rb
themes_for_rails-0.2.1 test/dummy_app/config/boot.rb