diff --git a/app/controllers/admin/sites_controller.rb b/app/controllers/admin/sites_controller.rb index acb8485..967e6e0 100644 --- a/app/controllers/admin/sites_controller.rb +++ b/app/controllers/admin/sites_controller.rb @@ -106,9 +106,6 @@ class Admin::SitesController < OrbitAdminController else result = "success" # Bundler.with_clean_env { `cd #{Rails.root} && bundle update` } - Bundler.with_clean_env { `cd #{Rails.root} && BUNDLE_GEMFILE=built_in_extensions.rb bundle update && bundle` } - Bundler.with_clean_env { `cd #{Rails.root} && BUNDLE_GEMFILE=downloaded_extensions.rb bundle update && bundle` } - end render :text => result diff --git a/app/views/shared/_side_bar.html.erb b/app/views/shared/_side_bar.html.erb index b80fe3d..d27f1c7 100644 --- a/app/views/shared/_side_bar.html.erb +++ b/app/views/shared/_side_bar.html.erb @@ -11,7 +11,7 @@