Skip to content

Commit

Permalink
Use the released version of manageiq-loggers
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonin committed Jul 23, 2019
1 parent b9df36d commit fb8eb33
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 @@ -11,7 +11,6 @@ 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"
gem "manageiq-loggers", ">0", :require => false, :git => "https://github.com/ManageIQ/manageiq-loggers", :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"
Expand Down Expand Up @@ -50,6 +49,7 @@ gem "kubeclient", "~>4.0", :require => false # For s
gem "linux_admin", "~>1.2.1", :require => false
gem "log_decorator", "~>0.1", :require => false
gem "manageiq-api-client", "~>0.3.3", :require => false
gem "manageiq-loggers", "~>0.3.0", :require => false
gem "manageiq-messaging", "~>0.1.4", :require => false
gem "manageiq-password", "~>0.3", :require => false
gem "manageiq-postgres_ha_admin", "~>3.1", :require => false
Expand Down

0 comments on commit fb8eb33

Please sign in to comment.