Skip to content

Commit edb1bd0

Browse files
committed
修复系统提示漏洞
1 parent 8b18cea commit edb1bd0

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ source "https://rubygems.org"
55
gem "fastlane"
66
gem "jazzy"
77
gem "cocoapods"
8-
gem "xcode-install"
8+
gem "xcode-install"
9+
gem "addressable", ">= 2.8.0"
10+
gem "rexml", ">= 3.2.5"

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.2
1+
// swift-tools-version:5.3
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription

0 commit comments

Comments
 (0)