Sha256: c1ce8d6af762375a158c63b12e282cc6d41ac46e5f31a5889ce6d6ecfb930be2
Contents?: true
Size: 330 Bytes
Versions: 14
Compression:
Stored size: 330 Bytes
Contents
# Use locked gems if present. begin require File.expand_path('../../.bundle/environment', __FILE__) rescue LoadError # Otherwise, use RubyGems. require 'rubygems' # And set up the gems listed in the Gemfile. if File.exist?(File.expand_path('../../Gemfile', __FILE__)) require 'bundler' Bundler.setup end end
Version data entries
14 entries across 14 versions & 3 rubygems