Skip to content

Commit

Permalink
Merge pull request #15503 from Fryguy/expand_path_mime_types
Browse files Browse the repository at this point in the history
Use full path in the Gemfile
  • Loading branch information
bdunne authored Nov 6, 2017
2 parents 619b5b8 + b78a934 commit 6881d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ gem "manageiq-api-client", "~>0.1.0", :require => false
gem "manageiq-messaging", :require => false, :git => "https://github.com/ManageIQ/manageiq-messaging", :branch => "master"
gem "manageiq-network_discovery", "~>0.1.2", :require => false
gem "memoist", "~>0.15.0", :require => false
gem "mime-types", "~>2.6.1", :path => "mime-types-redirector"
gem "mime-types", "~>2.6.1", :path => File.expand_path("mime-types-redirector", __dir__)
gem "more_core_extensions", "~>3.3"
gem "nakayoshi_fork", "~>0.0.3" # provides a more CoW friendly fork (GC a few times before fork)
gem "net-ldap", "~>0.14.0", :require => false
Expand Down

0 comments on commit 6881d5a

Please sign in to comment.