Land #8755, skip rb-readline pin on Windows
commit
6849e510cd
4
Gemfile
4
Gemfile
|
@ -6,8 +6,10 @@ gemspec name: 'metasploit-framework'
|
|||
# These pull in pre-release gems in order to fix specific issues.
|
||||
# XXX https://github.com/alexdalitz/dnsruby/pull/134
|
||||
gem 'dnsruby', git: 'https://github.com/alexdalitz/dnsruby'
|
||||
|
||||
# XXX https://github.com/ConnorAtherton/rb-readline/commit/fd882edcd145c26681f9971be5f6675c7f6d1970
|
||||
gem 'rb-readline', git: 'https://github.com/ConnorAtherton/rb-readline'
|
||||
gem 'rb-readline', git: 'https://github.com/ConnorAtherton/rb-readline' if [
|
||||
'x86_64-linux', 'x86-linux', 'darwin'].include?(RUBY_PLATFORM.gsub(/.*darwin.*/, 'darwin'))
|
||||
|
||||
# separate from test as simplecov is not run on travis-ci
|
||||
group :coverage do
|
||||
|
|
Loading…
Reference in New Issue