method

add_locked_ruby_version

ruby latest stable - Class: Bundler::LockfileGenerator

Method not available on this version

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

add_locked_ruby_version()
private

No documentation available.

# File lib/bundler/lockfile_generator.rb, line 68
    def add_locked_ruby_version
      return unless locked_ruby_version = definition.locked_ruby_version
      add_section("RUBY VERSION", locked_ruby_version.to_s)
    end