Skip to content

Commit

Permalink
add '--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 05b3b8a commit 4033ab2
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 --version #{version} #{lib}", exception: true)
system("gem install -NE --minimal-deps --version #{version} #{lib}", exception: true)
end

0 comments on commit 4033ab2

Please sign in to comment.