Skip to content

Commit a02cb61

Browse files
committed
recent irb is needed for irb/color.
1 parent 234412a commit a02cb61

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
ruby-version: ['2.7', '3.0', 'head', 'debug']
22+
ruby-version: ['2.6`, '2.7', '3.0', 'head', 'debug']
2323

2424
steps:
2525
- uses: actions/checkout@v2

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ gemspec
55
gem "rake"
66
gem "rake-compiler"
77
gem "test-unit", "~> 3.0"
8+
gem 'irb'

0 commit comments

Comments
 (0)