Skip to content

Commit

Permalink
Added missing dependency for rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Mar 8, 2023
1 parent a7cee4d commit 0c9733e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tool/fetch-bundled_gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
end

# Check bundled_gems version and gemspec version same as BundledGem.build
require "rubygems"
spec = Gem::Specification.load("#{n}/#{n}.gemspec")
abort "Unexpected versions between bundled_gems:#{v} and gemspec:#{spec.version}" unless spec.version == Gem::Version.new(v)
end
Expand Down

0 comments on commit 0c9733e

Please sign in to comment.