Skip to content

Commit

Permalink
Sets zeiwerk to a compatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
mariochavez committed Oct 14, 2024
1 parent 59b12c9 commit e62c060
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- "3.0.6"
- "3.1.4"
- "3.2.2"
- "3.3.5"

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ PATH
chroma-db (0.8.0)
dry-monads (~> 1.6)
ruby-next (~> 1.0, >= 1.0.3)
zeitwerk (~> 2.6.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -96,7 +97,7 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
zeitwerk (2.7.0)
zeitwerk (2.6.18)

PLATFORMS
arm64-darwin-22
Expand Down
1 change: 1 addition & 0 deletions chroma-db.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Gem::Specification.new do |spec|

# Uncomment to register a new dependency of your gem
spec.add_dependency "dry-monads", "~> 1.6"
spec.add_dependency "zeitwerk", "~> 2.6.0"

if ENV["RELEASING_GEM"].nil? && File.directory?(File.join(__dir__, ".git"))
spec.add_runtime_dependency "ruby-next", "~> 1.0", ">= 1.0.3"
Expand Down

0 comments on commit e62c060

Please sign in to comment.