Skip to content

Commit

Permalink
Switch from git source to rubygems.manageiq.org
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunne committed Dec 2, 2019
1 parent 75205d5 commit e66d84d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundle
gem "manageiq-gems-pending", ">0", :require => 'manageiq-gems-pending', :git => "https://github.com/ManageIQ/manageiq-gems-pending.git", :branch => "master"

# 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"
gem "handsoap", "=0.2.5.5", :require => false, :source => "http://rubygems.manageiq.org"

# when using this Gemfile inside a providers Gemfile, the dependency for the provider is already declared
def manageiq_plugin(plugin_name)
Expand Down Expand Up @@ -79,8 +79,8 @@ gem "sys-filesystem", "~>1.3.1"
gem "terminal", :require => false

# Modified gems (forked on Github)
gem "rugged", "=0.28.2", :require => false, :git => "https://github.com/ManageIQ/rugged.git", :tag => "v0.28.2-1", :submodules => true
gem "ruport", "=1.7.0", :git => "https://github.com/ManageIQ/ruport.git", :tag => "v1.7.0-3"
gem "rugged", "=0.28.2.2", :source => "http://rubygems.manageiq.org", :require => false
gem "ruport", "=1.7.0.3", :source => "http://rubygems.manageiq.org"

# In 1.9.3: Time.parse uses british version dd/mm/yyyy instead of american version mm/dd/yyyy
# american_date fixes this to be compatible with 1.8.7 until all callers can be converted to the 1.9.3 format prior to parsing.
Expand Down Expand Up @@ -216,7 +216,7 @@ group :ui_dependencies do # Added to Bundler.require in config/application.rb
manageiq_plugin "manageiq-decorators"
manageiq_plugin "manageiq-ui-classic"
# Modified gems (forked on Github)
gem "jquery-rjs", "=0.1.1", :git => "https://github.com/ManageIQ/jquery-rjs.git", :tag => "v0.1.1-1"
gem "jquery-rjs", "=0.1.1.1", :source => "http://rubygems.manageiq.org"
end

group :v2v, :ui_dependencies do
Expand Down

0 comments on commit e66d84d

Please sign in to comment.