# File lib/isolate/entry.rb, line 127
    def update *reqs
      fire :updating, :updated do
        @environments |= @sandbox.environments
        @options.merge! reqs.pop if Hash === reqs.last
        @requirement = Gem::Requirement.new reqs unless reqs.empty?
      end

      self
    end