From 6b4f265a8c5bd8e659f7fecd3cb1e792be2f10fd Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Mon, 9 Jan 2017 16:08:35 -0500 Subject: [PATCH] Revert "Experimental feature to load gemfiles from plugins" This reverts commit 64652f98abc0fae5969531f6a26471d411bcd389. --- Gemfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Gemfile b/Gemfile index e4fbb831d00..a0a84196212 100644 --- a/Gemfile +++ b/Gemfile @@ -191,10 +191,3 @@ group :profile do # if you need to profile, uncomment out this line # gem 'rack-perftools_profiler', require: 'rack/perftools_profiler', platform: :mri_19 end - -# Experiment feature to load gemfiles from plugins -if ENV['DISCOURSE_PLUGIN_GEMFILES'] - Dir.glob(File.join(File.dirname(__FILE__), 'plugins', '*', "Gemfile")) do |gemfile| - eval(IO.read(gemfile), binding) - end -end