Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 6209a84

Browse files
authored
Merge pull request #373 from Homebrew/sord-7.0
Gemfile: use Sord 7.0
2 parents 3b24695 + cb9dab6 commit 6209a84

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
ruby: ["3.1", "3.0"]
18+
ruby: ["3.4", "3.3", "3.2", "3.1"]
1919

2020
steps:
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ gem "rubocop"
1212
gem "rubocop-performance"
1313
gem "rubocop-rake"
1414
gem "rubocop-rspec"
15-
gem "sord", "~> 6.0"
15+
gem "sord"
1616
gem "yard"

Gemfile.lock

+13-12
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ GEM
99
remote: https://rubygems.org/
1010
specs:
1111
ast (2.4.2)
12-
commander (4.6.0)
13-
highline (~> 2.0.0)
12+
commander (5.0.0)
13+
highline (~> 3.0.0)
1414
diff-lcs (1.6.0)
1515
faraday (2.12.2)
1616
faraday-net_http (>= 2.0, < 3.5)
@@ -20,7 +20,7 @@ GEM
2020
multipart-post (~> 2.0)
2121
faraday-net_http (3.4.0)
2222
net-http (>= 0.5.0)
23-
highline (2.0.3)
23+
highline (3.0.1)
2424
json (2.10.1)
2525
language_server-protocol (3.17.0.4)
2626
lint_roller (1.1.0)
@@ -29,8 +29,8 @@ GEM
2929
net-http (0.6.0)
3030
uri
3131
parallel (1.26.3)
32-
parlour (5.0.0)
33-
commander (~> 4.5)
32+
parlour (9.1.0)
33+
commander (~> 5.0)
3434
parser
3535
rainbow (~> 3.0)
3636
sorbet-runtime (>= 0.5)
@@ -40,7 +40,7 @@ GEM
4040
racc (1.8.1)
4141
rainbow (3.1.1)
4242
rake (13.2.1)
43-
rbs (3.6.1)
43+
rbs (3.8.1)
4444
logger
4545
regexp_parser (2.10.0)
4646
rspec (3.13.0)
@@ -80,10 +80,11 @@ GEM
8080
lint_roller (~> 1.1)
8181
rubocop (~> 1.72, >= 1.72.1)
8282
ruby-progressbar (1.13.0)
83-
sorbet-runtime (0.5.11862)
84-
sord (6.0.0)
85-
commander (~> 4.5)
86-
parlour (~> 5.0)
83+
sorbet-runtime (0.5.11875)
84+
sord (7.0.0)
85+
commander (~> 5.0)
86+
parlour (~> 9.1)
87+
parser
8788
rbs (~> 3.0)
8889
sorbet-runtime
8990
yard
@@ -105,8 +106,8 @@ DEPENDENCIES
105106
rubocop-performance
106107
rubocop-rake
107108
rubocop-rspec
108-
sord (~> 6.0)
109+
sord
109110
yard
110111

111112
BUNDLED WITH
112-
2.5.20
113+
2.5.22

orka_api_client.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.summary = "Ruby library for interfacing with the MacStadium Orka API."
1212
spec.homepage = "https://github.com/Homebrew/orka_api_client"
1313
spec.license = "BSD-2-Clause"
14-
spec.required_ruby_version = ">= 3.0.0"
14+
spec.required_ruby_version = ">= 3.1.0"
1515

1616
spec.metadata["homepage_uri"] = spec.homepage
1717
spec.metadata["source_code_uri"] = "https://github.com/Homebrew/orka_api_client"

0 commit comments

Comments
 (0)