Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 86a1a90

Browse files
committed
Use ecosystems-bibliothecary v15.2 and add new manifest/lockfile formats and ecosystem support
1 parent d7db5e5 commit 86a1a90

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/ecosyste-ms/bibliothecary.git
3-
revision: ec1538481c0292003c3f6100329bcd0ba8802f7d
3+
revision: 0aaf43834608c4ed4ecf1f7900d19d8e945b9d14
44
specs:
55
ecosystems-bibliothecary (15.1.1)
66
bundler

git-pkgs.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ Gem::Specification.new do |spec|
3434
spec.add_dependency "rugged", "~> 1.0"
3535
spec.add_dependency "sequel", ">= 5.0"
3636
spec.add_dependency "sqlite3", ">= 2.0"
37-
spec.add_dependency "ecosystems-bibliothecary", "~> 15.1"
37+
spec.add_dependency "ecosystems-bibliothecary", "~> 15.2"
3838
end

lib/git/pkgs/analyzer.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Analyzer
3030
cog.yaml versions.json MLmodel DESCRIPTION renv.lock
3131
pubspec.yaml pubspec.lock
3232
dub.json dub.sdl
33-
REQUIRE
33+
REQUIRE Project.toml Manifest.toml
3434
shard.yml shard.lock
3535
elm-package.json elm_dependencies.json elm-stuff/exact-dependencies.json
3636
haxelib.json
@@ -43,11 +43,11 @@ class Analyzer
4343
conanfile.py conanfile.txt conan.lock
4444
*.rockspec
4545
*.nimble
46-
*.cabal *cabal.config stack.yaml.lock
46+
*.cabal *cabal.config stack.yaml.lock cabal.project.freeze
4747
Cartfile Cartfile.private Cartfile.resolved
4848
project.clj
4949
Package.swift Package.resolved
50-
mix.exs mix.lock
50+
mix.exs mix.lock gleam.toml manifest.toml rebar.lock
5151
flake.nix flake.lock nix/sources.json npins/sources.json
5252
].freeze
5353

0 commit comments

Comments
 (0)