Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Auto merge of #5148 - bundler:seg-lockfile-remove-strscan-require, r=…
Browse files Browse the repository at this point in the history
…indirect

[LockfileParser] Stop requiring strscan

Introduced and seemingly never used by ba579f4
  • Loading branch information
homu committed Nov 5, 2016
2 parents 6794c39 + d133e29 commit d5c34d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/bundler/lockfile_parser.rb
@@ -1,5 +1,4 @@
# frozen_string_literal: true
require "strscan"

# Some versions of the Bundler 1.1 RC series introduced corrupted
# lockfiles. There were two major problems:
Expand Down

0 comments on commit d5c34d5

Please sign in to comment.