We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f0f08c + 8b0b5c3 commit f456c96Copy full SHA for f456c96
Gemfile
@@ -3,8 +3,6 @@ source 'https://rubygems.org'
3
# spec.add_runtime_dependency '<name>', [<version requirements>]
4
gemspec name: 'metasploit-framework'
5
6
-gem 'sqlite3', '~>1.3.0'
7
-
8
# separate from test as simplecov is not run on travis-ci
9
group :coverage do
10
# code coverage for tests
Gemfile.lock
@@ -417,7 +417,7 @@ GEM
417
rack (~> 2.2)
418
rack-protection (= 2.1.0)
419
tilt (~> 2.0)
420
- sqlite3 (1.3.13)
+ sqlite3 (1.4.2)
421
sshkey (2.0.0)
422
swagger-blocks (3.0.0)
423
thin (1.8.0)
@@ -467,7 +467,6 @@ DEPENDENCIES
467
rubocop
468
ruby-prof
469
simplecov (= 0.18.2)
470
- sqlite3 (~> 1.3.0)
471
swagger-blocks
472
timecop
473
yard
0 commit comments