# File lib/bundler/cli.rb, line 125
    def unlock
      if locked?
        remove_lockfiles
        Bundler.ui.info("Your bundle is now unlocked. The dependencies may be changed.")
      else
        Bundler.ui.info("Your bundle is not currently locked.")
      end
    end