Skip to content

Commit bc04e22

Browse files
committed
Add tsort to Gemfile (in several places)
So that rbs can run right, before it has a new release. Fixes #845
1 parent 274850e commit bc04e22

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/reline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
make
104104
sudo make install
105105
- name: Install dependencies
106-
run: bundle install
106+
run: bundle install && bundle add tsort
107107
- name: Install reline
108108
run: rake install
109109
- name: Download ruby/irb
@@ -112,7 +112,7 @@ jobs:
112112
- name: Run irb test
113113
working-directory: ./irb
114114
run: |
115-
bundle install
115+
bundle install && bundle add tsort
116116
bundle exec rake test
117117
- name: Run irb yamatanooroti test
118118
working-directory: ./irb

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ gem 'bundler'
1313
gem 'rdoc'
1414
gem 'rake'
1515
gem 'test-unit'
16+
gem 'tsort'
1617

1718
# Only used in ci to run readline-ext test using Reline as Readline
1819
gem 'readline'

0 commit comments

Comments
 (0)