summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-10 15:18:07 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-10 16:46:24 +0200
commit153da97316c873f0fac150e306309ad096aafdc0 (patch)
tree4781ed52c1b2067fac10e032b10a174f0388ef6b
parent310d12b1788682f1626afe31f0fb0d0426f92cdd (diff)
downloadbundler-153da97316c873f0fac150e306309ad096aafdc0.tar.gz
Remove old stuff
-rw-r--r--lib/bundler/lockfile_parser.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/bundler/lockfile_parser.rb b/lib/bundler/lockfile_parser.rb
index 5658ec1205..6dc9c18b3e 100644
--- a/lib/bundler/lockfile_parser.rb
+++ b/lib/bundler/lockfile_parser.rb
@@ -1,15 +1,5 @@
# frozen_string_literal: true
-# Some versions of the Bundler 1.1 RC series introduced corrupted
-# lockfiles. There were two major problems:
-#
-# * multiple copies of the same GIT section appeared in the lockfile
-# * when this happened, those sections got multiple copies of gems
-# in those sections.
-#
-# As a result, Bundler 1.1 contains code that fixes the earlier
-# corruption. We will remove this fix-up code in Bundler 1.2.
-
module Bundler
class LockfileParser
attr_reader :sources, :dependencies, :specs, :platforms, :bundler_version, :ruby_version