Skip to content

Commit

Permalink
Merge pull request ManageIQ#77 from aufi/update_miqmodule_dependency
Browse files Browse the repository at this point in the history
Update miq-module dependency to more_core_extensions
  • Loading branch information
tzumainn authored Aug 14, 2017
2 parents 48424c9 + 1a33af9 commit 0f9c978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gemspec
# Git. Remember to move these dependencies to your gemspec before releasing
# your gem to rubygems.org.

# We are using 'miq-module' and 'miq-password' from gems-pending
# We are using 'miq-password' from gems-pending
gem "manageiq-gems-pending", ">0", :require => 'manageiq-gems-pending', :git => "https://github.com/ManageIQ/manageiq-gems-pending.git", :branch => "master"

# Load Gemfile with dependencies from manageiq
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# subclass as a plugin based on the #available? class method implemented in each
# subclass
require 'more_core_extensions/core_ext/hash'
require 'util/extensions/miq-module'
require 'more_core_extensions/core_ext/module'
require 'active_support/core_ext/class/subclasses'

class OpenstackEventMonitor
Expand Down

0 comments on commit 0f9c978

Please sign in to comment.