File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 55 uses : ruby/actions/.github/workflows/ruby_versions.yml@master
66 with :
77 engine : cruby
8- min_version : 2.5
8+ min_version : 3.1
99 test :
1010 needs : ruby-versions
1111 name : >-
2121 os : " ubuntu-latest"
2222 TEST_SYMLINK : yes
2323 rubyopt : " --enable-frozen-string-literal"
24- exclude :
25- - ruby-version : " 2.5"
26- os : " macos-latest"
2724 runs-on : ${{ matrix.os }}
2825 env :
2926 TEST_SYMLINK : ${{ matrix.TEST_SYMLINK }}
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ group :development do
1212 gem 'test-unit'
1313 gem 'rake'
1414 gem 'simplecov'
15- gem 'bundler'
1615 gem 'irb' , '>= 1.3.1'
1716 gem 'benchmark-ips'
1817end
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ Use following test frameworks or extensions instead.
2424* [ power_p] ( https://github.com/k-tsj/power_p )
2525
2626## Requirement
27- * CRuby 2.5 +
27+ * CRuby 3.1 +
2828
2929## Configuration
3030To colorize output messages, add <code >require "power_assert/colorize"</code > to your code.
31- (It requires CRuby 3.0.1+ or irb 1.3.1+)
31+ (It requires irb 1.3.1+)
3232
3333## Known Limitations
3434* Expressions must be put in one line. Expressions with folded long lines produce nothing report, e.g.:
You can’t perform that action at this time.
0 commit comments