Skip to content

Commit

Permalink
fix: aarch64 support (#213)
Browse files Browse the repository at this point in the history
* fix: bump yggdrasil to a version that handles aarch64 correctly
  • Loading branch information
sighphyre authored Nov 13, 2024
1 parent 3a19f49 commit ba65529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/unleash/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Unleash
VERSION = "6.0.7".freeze
VERSION = "6.0.8".freeze
end
2 changes: 1 addition & 1 deletion unleash-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 2.7"

spec.add_dependency "yggdrasil-engine", "~> 0.0.7"
spec.add_dependency "yggdrasil-engine", "~> 0.0.9"

spec.add_development_dependency "bundler", "~> 2.1"
spec.add_development_dependency "rake", "~> 12.3"
Expand Down

0 comments on commit ba65529

Please sign in to comment.