summaryrefslogtreecommitdiff
path: root/lib/bundler/runtime.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-10-22 12:41:11 -0500
committerSamuel Giddins <segiddins@segiddins.me>2017-10-22 12:41:11 -0500
commit325ef33ce644ec9b6aae1bc516bcf78a4fb1dce2 (patch)
tree9156a1452de85b84c9ea667ebce7cfb2e5d8793c /lib/bundler/runtime.rb
parent127d3707cc2b7c1c21326633949c28ef855e379b (diff)
downloadbundler-325ef33ce644ec9b6aae1bc516bcf78a4fb1dce2.tar.gz
Avoid activating stdlib digest under Ruby 2.5seg-ruby-2-5-digest-gem
Diffstat (limited to 'lib/bundler/runtime.rb')
-rw-r--r--lib/bundler/runtime.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bundler/runtime.rb b/lib/bundler/runtime.rb
index d86fa51372..f27597b854 100644
--- a/lib/bundler/runtime.rb
+++ b/lib/bundler/runtime.rb
@@ -1,7 +1,5 @@
# frozen_string_literal: true
-require "digest"
-
module Bundler
class Runtime
include SharedHelpers