Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 2a85c78

Browse files
committed
Remove appveyor workaround
1 parent b529c15 commit 2a85c78

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Gemfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ if RUBY_VERSION >= '2.4' && RUBY_ENGINE == 'ruby'
2525
gem 'rubocop', "~> 0.52.1"
2626
end
2727

28-
if RUBY_VERSION <= '2.3.0' && !!(RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|mingw|bccwin|wince|emx/)
29-
gem "childprocess", "< 1.0.0"
30-
end
31-
3228
# Version 5.12 of minitest requires Ruby 2.4
3329
if RUBY_VERSION < '2.4.0'
3430
gem 'minitest', '< 5.12.0'

0 commit comments

Comments
 (0)