Skip to content

Commit 597e697

Browse files
committed
Integrate process_executor gem for controlling the git subprocess
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 29e157d commit 597e697

10 files changed

+322
-231
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
ruby: [2.7, 3.0, 3.1, 3.2]
16+
ruby: [2.7, 3.0, 3.1, 3.2, head]
1717
operating-system: [ubuntu-latest]
1818
include:
19-
- ruby: head
20-
operating-system: ubuntu-latest
21-
- ruby: truffleruby-head
22-
operating-system: ubuntu-latest
23-
- ruby: 2.7
24-
operating-system: windows-latest
2519
- ruby: jruby-head
20+
operating-system: ubuntu-latest
21+
- ruby: 3.0
2622
operating-system: windows-latest
23+
# - ruby: jruby-head
24+
# operating-system: windows-latest
25+
# - ruby: truffleruby-head
26+
# operating-system: ubuntu-latest
2727

2828
name: Ruby ${{ matrix.ruby }} on ${{ matrix.operating-system }}
2929

git.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Gem::Specification.new do |s|
2727
s.requirements = ['git 1.6.0.0, or greater']
2828

2929
s.add_runtime_dependency 'addressable', '~> 2.8'
30+
s.add_runtime_dependency 'process_executer', '~> 0.6'
3031
s.add_runtime_dependency 'rchardet', '~> 1.8'
3132

3233
s.add_development_dependency 'bump', '~> 0.10'

0 commit comments

Comments
 (0)