Skip to content

Commit

Permalink
Merge pull request ManageIQ#22682 from jrafanie/fix_broken_gems_pendi…
Browse files Browse the repository at this point in the history
…ng_require_following_zeitwerk

Let bundler do the require
  • Loading branch information
agrare committed Aug 24, 2023
2 parents 7ac8b82 + 687685b commit 1b29d6a
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 @@ -9,7 +9,7 @@ require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundle
#
# VMDB specific gems
#
gem "manageiq-gems-pending", ">0", :require => 'manageiq-gems-pending', :git => "https://github.com/ManageIQ/manageiq-gems-pending.git", :branch => "master"
gem "manageiq-gems-pending", ">0", :git => "https://github.com/ManageIQ/manageiq-gems-pending.git", :branch => "master"

# when using this Gemfile inside a providers Gemfile, the dependency for the provider is already declared
def manageiq_plugin(plugin_name)
Expand Down

0 comments on commit 1b29d6a

Please sign in to comment.