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

Commit 39399d8

Browse files
committed
Update dependencies in GitPkgs formula and Gemfile for improved compatibility
1 parent dbd0f00 commit 39399d8

File tree

3 files changed

+18
-13
lines changed

3 files changed

+18
-13
lines changed

Formula/git-pkgs.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ class GitPkgs < Formula
55
sha256 "ccd7a8a5b9cb21c52cc488923ed1318387a9fefa4baff2057bd96b27591577aa"
66
license "AGPL-3.0"
77

8-
depends_on "ruby@4"
8+
depends_on "cmake" => :build
9+
depends_on "pkg-config" => :build
10+
depends_on "libgit2"
11+
depends_on "ruby"
912

1013
def install
1114
ENV["GEM_HOME"] = libexec

Gemfile

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ source "https://rubygems.org"
44

55
gemspec
66

7-
gem "ecosystems-bibliothecary", git: "https://github.com/ecosyste-ms/bibliothecary.git", require: "bibliothecary"
8-
# gem "ecosystems-bibliothecary", path: "/Users/andrew/code/ecosystems/bibliothecary", require: "bibliothecary"
9-
gem "ostruct"
10-
11-
gem "irb"
12-
gem "rake"
13-
gem "minitest"
14-
gem "benchmark"
15-
gem "simplecov"
7+
group :development do
8+
gem "ecosystems-bibliothecary", git: "https://github.com/ecosyste-ms/bibliothecary.git", require: "bibliothecary"
9+
# gem "ecosystems-bibliothecary", path: "/Users/andrew/code/ecosystems/bibliothecary", require: "bibliothecary"
10+
gem "ostruct"
11+
12+
gem "irb"
13+
gem "rake"
14+
gem "minitest"
15+
gem "benchmark"
16+
gem "simplecov"
17+
end

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GIT
22
remote: https://github.com/ecosyste-ms/bibliothecary.git
3-
revision: f591866b2398af9fab378cf46dfcdaf2ffd2dec3
3+
revision: f287ef4eab3ee9fec6f3dd35708f1f64910dd3da
44
specs:
5-
ecosystems-bibliothecary (15.1.0)
5+
ecosystems-bibliothecary (15.1.1)
66
bundler
77
csv
88
json (~> 2.8)
@@ -105,7 +105,7 @@ CHECKSUMS
105105
csv (3.3.5) sha256=6e5134ac3383ef728b7f02725d9872934f523cb40b961479f69cf3afa6c8e73f
106106
date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
107107
docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
108-
ecosystems-bibliothecary (15.1.0)
108+
ecosystems-bibliothecary (15.1.1)
109109
erb (6.0.1) sha256=28ecdd99c5472aebd5674d6061e3c6b0a45c049578b071e5a52c2a7f13c197e5
110110
git-pkgs (0.6.2)
111111
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc

0 commit comments

Comments
 (0)