Skip to content

Commit

Permalink
EoTime gem has patch up for supporting EoTime == Time!!
Browse files Browse the repository at this point in the history
d-m-u committed Aug 19, 2019

Verified

This commit was signed with the committer’s verified signature.
pimterry Tim Perry
1 parent a8aee20 commit f521d9f
Showing 2 changed files with 2 additions and 15 deletions.
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -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"
# 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"
12 changes: 0 additions & 12 deletions config/initializers/convert_time_to_eo.rb

This file was deleted.

0 comments on commit f521d9f

Please sign in to comment.