Skip to content

Commit

Permalink
Revert Gemfile tag reference update and put back branch reference
Browse files Browse the repository at this point in the history
  • Loading branch information
simaishi committed Aug 22, 2019
1 parent 42f785c commit 3d378cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ 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", :tag => "ivanchuk-1-rc1"
gem "manageiq-gems-pending", ">0", :require => 'manageiq-gems-pending', :git => "https://github.com/ManageIQ/manageiq-gems-pending.git", :branch => "ivanchuk"

# Modified gems for gems-pending. Setting sources here since they are git references
gem "handsoap", "~>0.2.5", :require => false, :git => "https://github.com/ManageIQ/handsoap.git", :tag => "v0.2.5-5"

# when using this Gemfile inside a providers Gemfile, the dependency for the provider is already declared
def manageiq_plugin(plugin_name)
unless dependencies.detect { |d| d.name == plugin_name }
gem plugin_name, :git => "https://github.com/ManageIQ/#{plugin_name}", :tag => "ivanchuk-1-rc1"
gem plugin_name, :git => "https://github.com/ManageIQ/#{plugin_name}", :branch => "ivanchuk"
end
end

Expand Down

0 comments on commit 3d378cf

Please sign in to comment.