This repository was archived by the owner on Jan 22, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11GIT
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
Original file line number Diff line number Diff 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 "
3838end
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments