Skip to content

Commit

Permalink
Sqlite3 update (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Jan Modras authored May 21, 2020
1 parent 58475c0 commit 64cd306
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def fuzi
end

def sqlite
pod 'sqlite3', '~> 3.27.2'
pod 'sqlite3', '~> 3.31.1'
pod 'SQLCipher', '~> 4.3'
end

Expand Down
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,9 @@ PODS:
- SQLCipher/common (4.3.0)
- SQLCipher/standard (4.3.0):
- SQLCipher/common
- sqlite3 (3.27.2):
- sqlite3/common (= 3.27.2)
- sqlite3/common (3.27.2)
- sqlite3 (3.31.1):
- sqlite3/common (= 3.31.1)
- sqlite3/common (3.31.1)
- SwiftLint (0.38.2)
- SwiftyJSON (5.0.0)
- XCGLogger (7.0.0):
Expand Down Expand Up @@ -402,7 +402,7 @@ DEPENDENCIES:
- Sentry (from `https://github.com/getsentry/sentry-cocoa.git`, tag `4.3.1`)
- SnapKit (~> 5.0.0)
- SQLCipher (~> 4.3)
- sqlite3 (~> 3.27.2)
- sqlite3 (~> 3.31.1)
- SwiftLint
- SwiftyJSON (~> 5.0)
- XCGLogger (~> 7.0.0)
Expand Down Expand Up @@ -559,13 +559,13 @@ SPEC CHECKSUMS:
Sentry: 5267d493a398663538317e4dcc438c12c66202ed
SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb
SQLCipher: d305a7bd9af4b64f095c79bdc1a1fa50f2a15116
sqlite3: 80ee60823f7cf9ea4cd36ef7d68ea4a54b20906a
sqlite3: d72537554fb149ce43ece11a2fe6d42d21b3743f
SwiftLint: 8f5d2f903e1c9bcbc832fd16771e80a263ac6cbb
SwiftyJSON: 36413e04c44ee145039d332b4f4e2d3e8d6c4db7
XCGLogger: 0434f15e3909cdc450bb63faf638b8792ab782ab
Yoga: 9db9ff2025ad21d1ac0a8b3c85d5ac4e7c29d525
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 446c2898facea89066c2b373da04922bee7ea2aa
PODFILE CHECKSUM: 3e8be0489c3f6697ffec789052134377d2640ebb

COCOAPODS: 1.9.1

0 comments on commit 64cd306

Please sign in to comment.