From 4bbeed61346d6016e2d72818e8068bedcb9f006d Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 30 May 2023 20:25:29 +0900 Subject: Merge RubyGems/Bundler master from 4076391fce5847689bf2ec402b17133fe4e32285 --- lib/bundler/lockfile_parser.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/bundler/lockfile_parser.rb') diff --git a/lib/bundler/lockfile_parser.rb b/lib/bundler/lockfile_parser.rb index 97cbf211ba..7360a36752 100644 --- a/lib/bundler/lockfile_parser.rb +++ b/lib/bundler/lockfile_parser.rb @@ -26,6 +26,7 @@ module Bundler KNOWN_SECTIONS = SECTIONS_BY_VERSION_INTRODUCED.values.flatten.freeze ENVIRONMENT_VERSION_SECTIONS = [BUNDLED, RUBY].freeze + deprecate_constant(:ENVIRONMENT_VERSION_SECTIONS) def self.sections_in_lockfile(lockfile_contents) lockfile_contents.scan(/^\w[\w ]*$/).uniq -- cgit v1.2.3