We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb905c4 + 85e9be0 commit 6849e51Copy full SHA for 6849e51
Gemfile
@@ -6,8 +6,10 @@ gemspec name: 'metasploit-framework'
6
# These pull in pre-release gems in order to fix specific issues.
7
# XXX https://github.com/alexdalitz/dnsruby/pull/134
8
gem 'dnsruby', git: 'https://github.com/alexdalitz/dnsruby'
9
+
10
# XXX https://github.com/ConnorAtherton/rb-readline/commit/fd882edcd145c26681f9971be5f6675c7f6d1970
-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'))
13
14
# separate from test as simplecov is not run on travis-ci
15
group :coverage do
0 commit comments