Class: Bundler::Definition

Inherits:
Object
  • Object
show all
Defined in:
lib/bundler/local_development.rb

Instance Method Summary collapse

Instance Method Details

#lock(*args) ⇒ Object



90
91
92
# File 'lib/bundler/local_development.rb', line 90

def lock(*args)
  lock_original(*args) unless ENV['GEM_DEV']
end

#lock_originalObject

Don’t update Gemfile.lock when developing with local gems



89
# File 'lib/bundler/local_development.rb', line 89

alias :lock_original :lock