Sha256: ecf5d4070251ccc7a88181efda86d857a40d8b4fa5f6f7b943d02584f8fe3139
Contents?: true
Size: 404 Bytes
Versions: 113
Compression:
Stored size: 404 Bytes
Contents
# -*- encoding : utf-8 -*- require 'rubygems' # defaults to development mode without the following <% if options['mod-dev'] || options['core-dev'] -%> # ENV['RAILS_ENV'] ||= 'production' <% else -%> ENV['RAILS_ENV'] ||= 'production' <% end -%> # Set up gems listed in the Gemfile. ENV['BUNDLE_GEMFILE'] ||= File.expand_path("Gemfile") require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])
Version data entries
113 entries across 113 versions & 2 rubygems