Skip to content

Commit

Permalink
Merge pull request #9294 from elsamaryv/bundler_cli_fix
Browse files Browse the repository at this point in the history
Add bundler path
  • Loading branch information
agrare committed Oct 22, 2024
2 parents 3b87499 + 554fe78 commit c01c87e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/tasks/manageiq/ui_tasks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ namespace :webpack do
end

task :paths do
require "bundler"
require "bundler/cli"

i18n_path = Bundler::CLI::Common.select_spec("gettext_i18n_rails_js").full_gem_path

json = JSON.pretty_generate(
Expand Down

0 comments on commit c01c87e

Please sign in to comment.