Skip to content

Commit

Permalink
Merge pull request #16786 from Fryguy/lock_rufus_scheduler
Browse files Browse the repository at this point in the history
Lock rufus-scheduler to an official ManageIQ fork
  • Loading branch information
chrisarcand committed Jan 11, 2018
2 parents c3c5c40 + 1e960fe commit bdc2779
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ group :rest_api, :manageiq_default do
end

group :scheduler, :manageiq_default do
gem "rufus-scheduler", :git => "https://github.com/chrisarcand/rufus-scheduler.git", :branch => "3-1-with-ruby-2-4-support", :require => false
# Modified gems (forked on Github)
gem "rufus-scheduler", "=3.1.10.2", :git => "https://github.com/ManageIQ/rufus-scheduler.git", :require => false, :tag => "v3.1.10-2"
end

group :seed, :manageiq_default do
Expand Down

0 comments on commit bdc2779

Please sign in to comment.