Browse Source

Maintenance: Remove outdated documentation in Gemfile.

Martin Gruner 2 years ago
parent
commit
30f78a667b
1 changed files with 1 additions and 7 deletions
  1. 1 7
      Gemfile

+ 1 - 7
Gemfile

@@ -238,13 +238,7 @@ group :development, :test do
   gem 'slack-ruby-client', require: false
 end
 
-# Want to extend Zammad with additional gems?
-# ZAMMAD USERS: Specify them in Gemfile.local
-#               (That way, you can customize the Gemfile
-#               without having your changes overwritten during upgrades.)
-# ZAMMAD DEVS:  Consult the internal wiki
-#               (or else risk pushing unwanted changes to Gemfile.lock!)
-#               https://git.zammad.com/zammad/zammad/wikis/Tips#user-content-customizing-the-gemfile
+# To permanently extend Zammad with additional gems, you can specify them in Gemfile.local.
 Dir['Gemfile.local*'].each do |file|
   eval_gemfile file
 end