Skip to content

Commit 6849e51

Browse files
author
Brent Cook
committed
Land rapid7#8755, skip rb-readline pin on Windows
2 parents fb905c4 + 85e9be0 commit 6849e51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ gemspec name: 'metasploit-framework'
66
# These pull in pre-release gems in order to fix specific issues.
77
# XXX https://github.com/alexdalitz/dnsruby/pull/134
88
gem 'dnsruby', git: 'https://github.com/alexdalitz/dnsruby'
9+
910
# XXX https://github.com/ConnorAtherton/rb-readline/commit/fd882edcd145c26681f9971be5f6675c7f6d1970
10-
gem 'rb-readline', git: 'https://github.com/ConnorAtherton/rb-readline'
11+
gem 'rb-readline', git: 'https://github.com/ConnorAtherton/rb-readline' if [
12+
'x86_64-linux', 'x86-linux', 'darwin'].include?(RUBY_PLATFORM.gsub(/.*darwin.*/, 'darwin'))
1113

1214
# separate from test as simplecov is not run on travis-ci
1315
group :coverage do

0 commit comments

Comments
 (0)