method

set_installed_by_version

ruby latest stable - Class: Bundler::RubygemsIntegration

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

set_installed_by_version(spec, installed_by_version = Gem::VERSION)
public

No documentation available.

# File lib/bundler/rubygems_integration.rb, line 70
    def set_installed_by_version(spec, installed_by_version = Gem::VERSION)
      return unless spec.respond_to?(:installed_by_version=)
      spec.installed_by_version = Gem::Version.create(installed_by_version)
    end