Sha256: 4f78c06d3aff729603f3addccf5bea53a1bbd00553c2b067396acd4ed63b3e76
Contents?: true
Size: 476 Bytes
Versions: 3
Compression:
Stored size: 476 Bytes
Contents
require 'rubygems' gemfile = File.expand_path('../../../../Gemfile', __FILE__) if File.exist?(gemfile) ENV['BUNDLE_GEMFILE'] = gemfile require 'bundler' Bundler.setup end $:.unshift File.expand_path('../../../../lib', __FILE__) ### # Overiding the default boot.rb ### # require 'rubygems' # # Set up gems listed in the Gemfile. # ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) # require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
socialite-0.0.1.beta4 | spec/dummy/config/boot.rb |
socialite-0.0.1.beta2 | spec/dummy/config/boot.rb |
socialite-0.0.1.beta | spec/dummy/config/boot.rb |