Submit
Path:
~
/
/
proc
/
self
/
root
/
proc
/
self
/
root
/
opt
/
alt
/
ruby33
/
share
/
gems
/
gems
/
bundler-2.5.22
/
lib
/
bundler
/
resolver
/
File Content:
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
Submit
FILE
FOLDER
Name
Size
Permission
Action
base.rb
2712 bytes
0644
candidate.rb
1991 bytes
0644
incompatibility.rb
402 bytes
0644
package.rb
2201 bytes
0644
root.rb
408 bytes
0644
spec_group.rb
2075 bytes
0644
N4ST4R_ID | Naxtarrr