Skip to content

Commit

Permalink
Merge pull request #3028 from projectblacklight/with-unbundled-env
Browse files Browse the repository at this point in the history
avoid deprecated bundler method
  • Loading branch information
taylor-steve committed Jun 21, 2024
2 parents 31a337c + 5a9683c commit cf5a50a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def add_gems
gem 'blacklight', '~> 7.17' unless Bundler.locked_gems.dependencies.key? 'blacklight'
gem 'blacklight-gallery', '~> 4.0' unless Bundler.locked_gems.dependencies.key? 'blacklight-gallery'

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

0 comments on commit cf5a50a

Please sign in to comment.