class

Bundler::Dependency

ruby latest stable - Superclass: Gem::Dependency

Class not available on this version

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

No documentation available for this class.

Constants

PLATFORM_MAP = {\n:ruby => Gem::Platform::RUBY,\n:ruby_18 => Gem::Platform::RUBY,\n:ruby_19 => Gem::Platform::RUBY,\n:ruby_20 => Gem::Platform::RUBY,\n:ruby_21 => Gem::Platform::RUBY,\n:ruby_22 => Gem::Platform::RUBY,\n:ruby_23 => Gem::Platform::RUBY,\n:ruby_24 => Gem::Platform::RUBY,\n:ruby_25 => Gem::Platform::RUBY,\n:mri => Gem::Platform::RUBY,\n:mri_18 => Gem::Platform::RUBY,\n:mri_19 => Gem::Platform::RUBY,\n:mri_20 => Gem::Platform::RUBY,\n:mri_21 => Gem::Platform::RUBY,\n:mri_22 => Gem::Platform::RUBY,\n:mri_23 => Gem::Platform::RUBY,\n:mri_24 => Gem::Platform::RUBY,\n:mri_25 => Gem::Platform::RUBY,\n:rbx => Gem::Platform::RUBY,\n:truffleruby => Gem::Platform::RUBY,\n:jruby => Gem::Platform::JAVA,\n:jruby_18 => Gem::Platform::JAVA,\n:jruby_19 => Gem::Platform::JAVA,\n:mswin => Gem::Platform::MSWIN,\n:mswin_18 => Gem::Platform::MSWIN,\n:mswin_19 => Gem::Platform::MSWIN,\n:mswin_20 => Gem::Platform::MSWIN,\n:mswin_21 => Gem::Platform::MSWIN,\n:mswin_22 => Gem::Platform::MSWIN,\n:mswin_23 => Gem::Platform::MSWIN,\n:mswin_24 => Gem::Platform::MSWIN,\n:mswin_25 => Gem::Platform::MSWIN,\n:mswin64 => Gem::Platform::MSWIN64,\n:mswin64_19 => Gem::Platform::MSWIN64,\n:mswin64_20 => Gem::Platform::MSWIN64,\n:mswin64_21 => Gem::Platform::MSWIN64,\n:mswin64_22 => Gem::Platform::MSWIN64,\n:mswin64_23 => Gem::Platform::MSWIN64,\n:mswin64_24 => Gem::Platform::MSWIN64,\n:mswin64_25 => Gem::Platform::MSWIN64,\n:mingw => Gem::Platform::MINGW,\n:mingw_18 => Gem::Platform::MINGW,\n:mingw_19 => Gem::Platform::MINGW,\n:mingw_20 => Gem::Platform::MINGW,\n:mingw_21 => Gem::Platform::MINGW,\n:mingw_22 => Gem::Platform::MINGW,\n:mingw_23 => Gem::Platform::MINGW,\n:mingw_24 => Gem::Platform::MINGW,\n:mingw_25 => Gem::Platform::MINGW,\n:x64_mingw => Gem::Platform::X64_MINGW,\n:x64_mingw_20 => Gem::Platform::X64_MINGW,\n:x64_mingw_21 => Gem::Platform::X64_MINGW,\n:x64_mingw_22 => Gem::Platform::X64_MINGW,\n:x64_mingw_23 => Gem::Platform::X64_MINGW,\n:x64_mingw_24 => Gem::Platform::X64_MINGW,\n:x64_mingw_25 => Gem::Platform::X64_MINGW,\n}.freeze

REVERSE_PLATFORM_MAP = {}.tap do |reverse_platform_map|\nPLATFORM_MAP.each do |key, value|\nreverse_platform_map[value] ||= []\nreverse_platform_map[value] << key\nend\n\nreverse_platform_map.each {|_, platforms| platforms.freeze }\nend.freeze

Attributes

[R]autorequire
[R]gemfile
[R]groups
[R]platforms

Files

  • lib/bundler/dependency.rb