Skip to content

Commit

Permalink
Prefer with_unbundled_env to deprecated with_clean_env in generator
Browse files Browse the repository at this point in the history
  • Loading branch information
marlo-longley committed Dec 5, 2023
1 parent aa635f6 commit 48a7241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/arclight/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def include_arclight_solrdocument
def install_blacklight_locale_picker
gem 'blacklight-locale_picker'

Bundler.with_clean_env do
Bundler.with_unbundled_env do
run 'bundle install'
end

Expand Down

0 comments on commit 48a7241

Please sign in to comment.