summaryrefslogtreecommitdiff
path: root/lib/bundler/inline.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <[email protected]>2019-03-21 16:32:35 +0100
committerHiroshi SHIBATA <[email protected]>2019-08-03 09:30:00 +0900
commit6fb73e6043015fcd999a2c4b9a52b9bb1d9c4173 (patch)
tree466dab8a86597d159070c4331c31fa8bbdb54fd5 /lib/bundler/inline.rb
parent452516f50f80e3bbb6dc9911dcdb133a2e16c170 (diff)
[bundler/bundler] Fully remove compatibility guard
https://github.com/bundler/bundler/commit/2a7a5daba0
Diffstat (limited to 'lib/bundler/inline.rb')
-rw-r--r--lib/bundler/inline.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bundler/inline.rb b/lib/bundler/inline.rb
index fed31ba4e3..c7c58de52b 100644
--- a/lib/bundler/inline.rb
+++ b/lib/bundler/inline.rb
@@ -1,7 +1,5 @@
# frozen_string_literal: true
-require_relative "compatibility_guard"
-
# Allows for declaring a Gemfile inline in a ruby script, optionally installing
# any gems that aren't already installed on the user's system.
#