Sha256: 5628c47396f5e2c006d7ca625f7d99dd1f5f0ef828e48192af3e6cf1b2083577
Contents?: true
Size: 514 Bytes
Versions: 5
Compression:
Stored size: 514 Bytes
Contents
# frozen_string_literal: true # Copyright (c) 2008-2013 Michael Dvorkin and contributors. # # Fat Free CRM is freely distributable under the terms of MIT license. # See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php #------------------------------------------------------------------------------ # Set up gems listed in the Gemfile. ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__) require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE']) require 'bootsnap/setup'
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
fat_free_crm-0.21.0 | config/boot.rb |
fat_free_crm-0.20.1 | config/boot.rb |
fat_free_crm-0.20.0 | config/boot.rb |
fat_free_crm-0.19.2 | config/boot.rb |
fat_free_crm-0.19.0 | config/boot.rb |