Skip to content

Commit f456c96

Browse files
committed
Land rapid7#14714, Update sqlite3 version
2 parents 4f0f08c + 8b0b5c3 commit f456c96

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Gemfile

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ source 'https://rubygems.org'
33
# spec.add_runtime_dependency '<name>', [<version requirements>]
44
gemspec name: 'metasploit-framework'
55

6-
gem 'sqlite3', '~>1.3.0'
7-
86
# separate from test as simplecov is not run on travis-ci
97
group :coverage do
108
# code coverage for tests

Gemfile.lock

+1-2
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ GEM
417417
rack (~> 2.2)
418418
rack-protection (= 2.1.0)
419419
tilt (~> 2.0)
420-
sqlite3 (1.3.13)
420+
sqlite3 (1.4.2)
421421
sshkey (2.0.0)
422422
swagger-blocks (3.0.0)
423423
thin (1.8.0)
@@ -467,7 +467,6 @@ DEPENDENCIES
467467
rubocop
468468
ruby-prof
469469
simplecov (= 0.18.2)
470-
sqlite3 (~> 1.3.0)
471470
swagger-blocks
472471
timecop
473472
yard

0 commit comments

Comments
 (0)