Sha256: 7f69b3143a59c61d406fa747d92b4b69aa4cc4f072de672445466f2bbae1d9d2
Contents?: true
Size: 402 Bytes
Versions: 46
Compression:
Stored size: 402 Bytes
Contents
# 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
Version data entries
46 entries across 46 versions & 2 rubygems