Skip to content

Commit 87315b4

Browse files
committed
WIP
1 parent 3c9a7de commit 87315b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@ end
274274

275275
group :ui_dependencies do # Added to Bundler.require in config/application.rb
276276
manageiq_plugin "manageiq-decorators"
277-
manageiq_plugin "manageiq-ui-classic"
277+
gem "manageiq-ui-classic", :git => "https://github.com/kbrock/manageiq-ui-classic", :branch => "ruby3.3"
278+
# manageiq_plugin "manageiq-ui-classic"
278279
# Modified gems (forked on Github)
279280
gem "jquery-rjs", "=0.1.1.3", :source => "https://rubygems.manageiq.org"
280281
end

0 commit comments

Comments
 (0)