Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing Eo time patch #19165

Merged
merged 1 commit into from
Aug 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,8 @@ end
group :scheduler, :manageiq_default do
gem "rufus-scheduler"
end
# rufus has et-orbi dependency
# this is temporary inclusion till we can get ConvertTimeToEoTime patch into upstream:
gem "et-orbi"
d-m-u marked this conversation as resolved.
Show resolved Hide resolved
# rufus has et-orbi dependency, v1.2.2 has patch for ConvertTimeToEoTime that we need
gem "et-orbi", ">= 1.2.2"

group :seed, :manageiq_default do
manageiq_plugin "manageiq-content"
Expand Down
12 changes: 0 additions & 12 deletions config/initializers/convert_time_to_eo.rb

This file was deleted.