Skip to content

Commit

Permalink
Merge pull request #22899 from bdunne/ubi9
Browse files Browse the repository at this point in the history
Add rdoc for rails console
  • Loading branch information
Fryguy authored Feb 22, 2024
2 parents f5e3575 + 6f37587 commit fe2620c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,9 @@ group :web_socket, :manageiq_default do
end

group :appliance, :optional => true do
gem "irb", "=1.4.1", :require => false # Locked to same version as the installed RPM rubygem-irb-1.4.1-142.module_el9+787+b20bfeee.noarch so that we don't bundle our own
gem "manageiq-appliance_console", "~>8.1", :require => false
gem "rdoc", :require => false # Needed for rails console
end

### Development and test gems are excluded from appliance and container builds to reduce size and license issues
Expand Down

0 comments on commit fe2620c

Please sign in to comment.