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



75
76
77
# File 'lib/bundler/local_development.rb', line 75

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

#lock_originalObject

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



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

alias :lock_original :lock