Skip to content

Commit

Permalink
use '--conservative' option instead of '--minimal-deps' option
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-ishitani committed Jan 22, 2024
1 parent 4033ab2 commit 05f0f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

require 'yaml'
YAML.load_file(File.join(__dir__, 'version.yaml')).each do |lib, version|
system("gem install -NE --minimal-deps --version #{version} #{lib}", exception: true)
system("gem install -NE --conservative --version #{version} #{lib}", exception: true)
end

0 comments on commit 05f0f2f

Please sign in to comment.