Skip to content

Commit 554fe78

Browse files
committed
Add bundler path
In ruby 3.1.*, it was not finding BUNDLER::CLI
1 parent 02541a8 commit 554fe78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/tasks/manageiq/ui_tasks.rake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ namespace :webpack do
6666
end
6767

6868
task :paths do
69+
require "bundler"
70+
require "bundler/cli"
71+
6972
i18n_path = Bundler::CLI::Common.select_spec("gettext_i18n_rails_js").full_gem_path
7073

7174
json = JSON.pretty_generate(

0 commit comments

Comments
 (0)