Skip to content

Commit

Permalink
Merge pull request #254 from simaishi/add_mime_types
Browse files Browse the repository at this point in the history
Install 'mime-types' outside of bundle
(cherry picked from commit 13c4d92)

https://bugzilla.redhat.com/show_bug.cgi?id=1518865
  • Loading branch information
Fryguy authored and simaishi committed Dec 4, 2017
1 parent 0f8ef53 commit bb226ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kickstarts/partials/post/bundler.ks.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ pushd /var/www/miq/vmdb
bundle install
bundle clean --force
popd

# Install mime-types outside of bundle, needed by 'rest-client' gem when run under irb/automate
# Run this command after 'bundle clean' so it won't be removed by 'bundle clean'
gem install mime-types -v 2.6.1

0 comments on commit bb226ab

Please sign in to comment.