Sha256: 4bc2d3561364572935072b9c64838334372caee59de7e90f7dabe255b85ca42a
Contents?: true
Size: 530 Bytes
Versions: 36
Compression:
Stored size: 530 Bytes
Contents
# frozen_string_literal: true require 'eac_ruby_utils/core_ext' module Avm module Ruby module Bundler class IncompatibleParser require_sub __FILE__ enable_simple_cache attr_reader :gems_in_conflict def initialize(path) @gems_in_conflict = ::Avm::Ruby::Bundler::IncompatibleParser::LineBuffer .from_file(path).gems_in_conflict.freeze end def data gems_in_conflict.map(&:data) end end end end end
Version data entries
36 entries across 36 versions & 1 rubygems