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 Dec 13, 2018
1 parent 3f69375 commit 7ed95ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ source 'https://rubygems.org'
# VMDB specific gems
#

gem "manageiq-gems-pending", ">0", :require => 'manageiq-gems-pending', :git => "https://github.com/ManageIQ/manageiq-gems-pending.git", :tag => "gaprindashvili-7"
gem "manageiq-gems-pending", ">0", :require => 'manageiq-gems-pending', :git => "https://github.com/ManageIQ/manageiq-gems-pending.git", :branch => "gaprindashvili"
# 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 => "gaprindashvili-7"
gem plugin_name, :git => "https://github.com/ManageIQ/#{plugin_name}", :branch => "gaprindashvili"
end
end

Expand Down Expand Up @@ -192,7 +192,7 @@ group :ui_dependencies do # Added to Bundler.require in config/application.rb
end

group :v2v, :ui_dependencies do
gem "miq_v2v_ui", :git => "https://github.com/ManageIQ/manageiq-v2v.git", :tag => "gaprindashvili-7"
gem "miq_v2v_ui", :git => "https://github.com/ManageIQ/manageiq-v2v.git", :branch => "gaprindashvili"
end

group :web_server, :manageiq_default do
Expand Down

0 comments on commit 7ed95ff

Please sign in to comment.