module Bootboot
Constants
- GEMFILE
- GEMFILE_LOCK
- GEMFILE_NEXT_LOCK
- VERSION
Public Class Methods
env_next()
click to toggle source
# File lib/bootboot.rb, line 15 def env_next env_prefix + '_NEXT' end
env_previous()
click to toggle source
# File lib/bootboot.rb, line 19 def env_previous env_prefix + '_PREVIOUS' end
Private Class Methods
env_prefix()
click to toggle source
# File lib/bootboot.rb, line 25 def env_prefix Bundler.settings['bootboot_env_prefix'] || 'DEPENDENCIES' end