lib/licensed/sources/bundler/missing_specification.rb in licensed-3.0.1 vs lib/licensed/sources/bundler/missing_specification.rb in licensed-3.1.0

- old
+ new

@@ -46,9 +46,9 @@ alias_method :orig_materialize, :__materialize__ def __materialize__ spec = orig_materialize return spec if spec - Licensed::Bundler:: MissingSpecification.new(name: name, version: version, platform: platform, source: source) + Licensed::Bundler::MissingSpecification.new(name: name, version: version, platform: platform, source: source) end end end