Skip to content

Commit c11191e

Browse files
committed
build: Pin xxhash to 0.7.0 for gcc-15 compatibility
Otherwise gem install fails on newer Mac OS versions
1 parent 7ce18b7 commit c11191e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PATH
2323
marc
2424
measured
2525
thor
26-
xxhash
26+
xxhash (= 0.7.0)
2727
zeitwerk
2828

2929
GEM
@@ -202,4 +202,4 @@ DEPENDENCIES
202202
yardspec (~> 0.2.0)
203203

204204
BUNDLED WITH
205-
2.3.9
205+
2.7.1

kiba-extend.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ Gem::Specification.new do |spec|
5151
spec.add_dependency "measured"
5252
spec.add_dependency "thor"
5353
# @todo can replace with stdlib?
54-
spec.add_dependency "xxhash"
54+
spec.add_dependency "xxhash", "0.7.0"
5555
spec.add_dependency "zeitwerk"
5656
end

0 commit comments

Comments
 (0)