Browse Source

Maintenance: Move pry-doc gem to development group for smaller production builds

Martin Gruner 6 months ago
parent
commit
10846ae92e
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Gemfile

+ 3 - 1
Gemfile

@@ -190,7 +190,6 @@ gem 'aws-sdk-s3', require: false
 # Debugging and profiling
 gem 'byebug'
 gem 'pry-byebug'
-gem 'pry-doc'
 gem 'pry-rails'
 gem 'pry-remote'
 gem 'pry-rescue'
@@ -261,6 +260,9 @@ group :development, :test do
 
   # Keycloak admin tool for setting up SAML auth tests
   gem 'keycloak-admin', git: 'https://github.com/tschaefer/ruby-keycloak-admin/', branch: 'main', require: false
+
+  # Debugging and profiling
+  gem 'pry-doc' # This gem is very large, so don't include it in production.
 end
 
 # To permanently extend Zammad with additional gems, you can specify them in Gemfile.local.