Skip to content

Commit eebf1b5

Browse files
committed
metasploit-credential depends on metasploit_data_models ~> 0.23 which depends on ruby 2.1
1 parent ef37c0a commit eebf1b5

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

cSploit/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="org.csploit.android"
44
android:versionCode="1"
5-
android:versionName="1.4.8" >
5+
android:versionName="1.4.9" >
66

77
<uses-sdk
88
android:minSdkVersion="9"

cSploit/src/org/csploit/android/core/UpdateService.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,6 +1211,9 @@ public void onNewLine(String line) {
12111211
// metasploit_data_models requires ruby >= 2.1 from 0.23
12121212
sb.append("-e \"s#spec.add_runtime_dependency *'metasploit_data_models'.*#spec.add_runtime_dependency 'metasploit_data_models', '~> 0.22.8'#g\" ");
12131213

1214+
// metasploit-credential 0.14 depends on metasploit_data_models ~> 0.23
1215+
sb.append("-e \"s#spec.add_runtime_dependency *'metasploit-credential'.*#spec.add_runtime_dependency 'metasploit-credential', '~> 0.13.19'#g\" ");
1216+
12141217
// android does not have git, but we downloaded the archive from the git repo.
12151218
// so it's content it's exactly the same seen by git.
12161219
sb.append("-e 's,`git ls-files`.split($/),Dir[\"**/*\"].reject {|f| File.directory?(f) },' ");

0 commit comments

Comments
 (0)