Skip to content

Commit 226db24

Browse files
Update all non-major dependencies
1 parent 2fb9a85 commit 226db24

File tree

5 files changed

+18
-16
lines changed

5 files changed

+18
-16
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/nicklockwood/SwiftFormat
8-
rev: 0.53.5
8+
rev: 0.54.3
99
hooks:
1010
- id: swiftformat
1111
- repo: https://github.com/realm/SwiftLint
12-
rev: 0.54.0
12+
rev: 0.56.1
1313
hooks:
1414
- id: swiftlint

Diff for: .tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby 3.3.0
1+
ruby 3.3.4

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22

33
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
44

5-
gem "fastlane", "~> 2.219.0"
5+
gem "fastlane", "~> 2.222.0"
66
gem "json", "~> 2.7.0"
77
gem 'httparty'
88

Diff for: Gemfile.lock

+11-9
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ GEM
2929
colored2 (3.1.2)
3030
commander (4.6.0)
3131
highline (~> 2.0.0)
32+
csv (0.1.0)
3233
declarative (0.0.20)
3334
digest-crc (0.6.5)
3435
rake (>= 12.0.0, < 14.0.0)
@@ -65,14 +66,14 @@ GEM
6566
faraday_middleware (1.2.0)
6667
faraday (~> 1.0)
6768
fastimage (2.3.0)
68-
fastlane (2.219.0)
69+
fastlane (2.222.0)
6970
CFPropertyList (>= 2.3, < 4.0.0)
7071
addressable (>= 2.8, < 3.0.0)
7172
artifactory (~> 3.0)
7273
aws-sdk-s3 (~> 1.0)
7374
babosa (>= 1.0.3, < 2.0.0)
7475
bundler (>= 1.12.0, < 3.0.0)
75-
colored
76+
colored (~> 1.2)
7677
commander (~> 4.6)
7778
dotenv (>= 2.1.1, < 3.0.0)
7879
emoji_regex (>= 0.1, < 4.0)
@@ -93,10 +94,10 @@ GEM
9394
mini_magick (>= 4.9.4, < 5.0.0)
9495
multipart-post (>= 2.0.0, < 3.0.0)
9596
naturally (~> 2.2)
96-
optparse (>= 0.1.1)
97+
optparse (>= 0.1.1, < 1.0.0)
9798
plist (>= 3.1.0, < 4.0.0)
9899
rubyzip (>= 2.0.0, < 3.0.0)
99-
security (= 0.1.3)
100+
security (= 0.1.5)
100101
simctl (~> 1.6.3)
101102
terminal-notifier (>= 2.0.0, < 3.0.0)
102103
terminal-table (~> 3)
@@ -105,7 +106,7 @@ GEM
105106
word_wrap (~> 1.0.0)
106107
xcodeproj (>= 1.13.0, < 2.0.0)
107108
xcpretty (~> 0.3.0)
108-
xcpretty-travis-formatter (>= 0.0.3)
109+
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
109110
fastlane-plugin-appcenter (2.1.2)
110111
gh_inspector (1.1.3)
111112
google-apis-androidpublisher_v3 (0.54.0)
@@ -148,12 +149,13 @@ GEM
148149
highline (2.0.3)
149150
http-cookie (1.0.5)
150151
domain_name (~> 0.5)
151-
httparty (0.21.0)
152+
httparty (0.22.0)
153+
csv
152154
mini_mime (>= 1.0.0)
153155
multi_xml (>= 0.5.2)
154156
httpclient (2.8.3)
155157
jmespath (1.6.2)
156-
json (2.7.1)
158+
json (2.7.2)
157159
jwt (2.7.1)
158160
mini_magick (4.12.0)
159161
mini_mime (1.1.5)
@@ -176,7 +178,7 @@ GEM
176178
rouge (2.0.7)
177179
ruby2_keywords (0.0.5)
178180
rubyzip (2.3.2)
179-
security (0.1.3)
181+
security (0.1.5)
180182
signet (0.18.0)
181183
addressable (~> 2.8)
182184
faraday (>= 0.17.5, < 3.a)
@@ -214,7 +216,7 @@ PLATFORMS
214216
x86_64-linux
215217

216218
DEPENDENCIES
217-
fastlane (~> 2.219.0)
219+
fastlane (~> 2.222.0)
218220
fastlane-plugin-appcenter
219221
httparty
220222
json (~> 2.7.0)

Diff for: Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ let package = Package(
1616
],
1717
dependencies: [
1818
// Dependencies declare other packages that this package depends on.
19-
.package(url: "https://github.com/marmelroy/PhoneNumberKit.git", from: "3.7.9"),
19+
.package(url: "https://github.com/marmelroy/PhoneNumberKit.git", from: "3.8.0"),
2020
.package(url: "[email protected]:powerhome/power-fonts.git", from: "0.0.1"),
21-
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.15.4")
21+
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.17.4")
2222
],
2323
targets: [
2424
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)