Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Remove dupe lock method
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Feb 7, 2010
1 parent 89994a0 commit a6647a4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/bundler/runtime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ def dependencies
@definition.actual_dependencies
end

def lock
FileUtils.mkdir_p("#{root}/.bundle")
write_yml_lock
write_rb_lock
Bundler.ui.info("The bundle is now locked. Use `bundle show` to list the gems in the environment.")
end

def unlock
unless locked?
Bundler.ui.info("The bundle is not currently locked.")
Expand Down

0 comments on commit a6647a4

Please sign in to comment.