X7ROOT File Manager
Current Path:
/opt/alt/ruby32/share/gems/gems/bundler-2.4.19/lib/bundler/resolver
opt
/
alt
/
ruby32
/
share
/
gems
/
gems
/
bundler-2.4.19
/
lib
/
bundler
/
resolver
/
ðŸ“
..
📄
base.rb
(2.42 KB)
📄
candidate.rb
(2.13 KB)
📄
incompatibility.rb
(408 B)
📄
package.rb
(1.72 KB)
📄
root.rb
(408 B)
📄
spec_group.rb
(1.79 KB)
Editing: incompatibility.rb
# frozen_string_literal: true module Bundler class Resolver class Incompatibility < PubGrub::Incompatibility attr_reader :extended_explanation def initialize(terms, cause:, custom_explanation: nil, extended_explanation: nil) @extended_explanation = extended_explanation super(terms, :cause => cause, :custom_explanation => custom_explanation) end end end end
Upload File
Create Folder