Skip to content

Commit

Permalink
Merge pull request ManageIQ#21011 from Fryguy/wim_parser_gem
Browse files Browse the repository at this point in the history
Use wim_parser gem instead of manageiq-gems-pending
  • Loading branch information
bdunne authored Feb 3, 2021
2 parents e906b1d + 2e2001f commit 0351078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ gem "sqlite3", "~>1.4.0", :require => false
gem "sync", "~>0.5", :require => false
gem "sys-filesystem", "~>1.3.4"
gem "terminal", :require => false
gem "wim_parser", "~>1.0", :require => false

# Custom gem that replaces mime-types in order to redirect mime-types calls to mini_mime
# Source is located at https://github.com/ManageIQ/mime-types-redirector
Expand Down
2 changes: 1 addition & 1 deletion app/models/pxe_server.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class PxeServer < ApplicationRecord
autoload :WimParser, "win32/wim_parser" # via manageiq-gems-pending
autoload :WimParser, "wim_parser"

include FileDepotMixin

Expand Down

0 comments on commit 0351078

Please sign in to comment.