Skip to content

Commit 39ba16e

Browse files
committed
Re-enabled repl_type_completor test with upstream fix
ruby/repl_type_completor#62
1 parent 8b40175 commit 39ba16e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gems/bundled_gems

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ drb 2.2.1 https://github.com/ruby/drb
3434
nkf 0.2.0 https://github.com/ruby/nkf
3535
syslog 0.3.0 https://github.com/ruby/syslog
3636
csv 3.3.4 https://github.com/ruby/csv
37-
repl_type_completor 0.1.11 https://github.com/ruby/repl_type_completor
37+
repl_type_completor 0.1.11 https://github.com/ruby/repl_type_completor 25108aa8d69ddaba0b5da3feff1c0035371524b2
3838
ostruct 0.6.1 https://github.com/ruby/ostruct
3939
pstore 0.2.0 https://github.com/ruby/pstore
4040
benchmark 0.4.0 https://github.com/ruby/benchmark

tool/test-bundled-gems.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
allowed_failures = ENV['TEST_BUNDLED_GEMS_ALLOW_FAILURES'] || ''
1212
if RUBY_PLATFORM =~ /mswin|mingw/
13-
allowed_failures = [allowed_failures, "rbs,debug,irb,repl_type_completor"].join(',')
13+
allowed_failures = [allowed_failures, "rbs,debug,irb"].join(',')
1414
end
1515
allowed_failures = allowed_failures.split(',').uniq.reject(&:empty?)
1616

0 commit comments

Comments
 (0)