summaryrefslogtreecommitdiff
path: root/lib/bundler/lockfile_parser.rb
diff options
context:
space:
mode:
-rw-r--r--lib/bundler/lockfile_parser.rb6
1 files changed, 3 insertions, 3 deletions
@@ -100,9 +100,9 @@ module Bundler
private
TYPES = {
- GIT => Bundler::Source::Git,
- GEM => Bundler::Source::Rubygems,
- PATH => Bundler::Source::Path,
PLUGIN => Bundler::Plugin,
}.freeze