File tree 5 files changed +14
-14
lines changed
5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 5
5
- id : end-of-file-fixer
6
6
- id : trailing-whitespace
7
7
- repo : https://github.com/nicklockwood/SwiftFormat
8
- rev : 0.54.6
8
+ rev : 0.55.5
9
9
hooks :
10
10
- id : swiftformat
11
11
- repo : https://github.com/realm/SwiftLint
12
- rev : 0.57.0
12
+ rev : 0.58.2
13
13
hooks :
14
14
- id : swiftlint
Original file line number Diff line number Diff line change 1
- ruby 3.3.6
1
+ ruby 3.4.1
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ source "https://rubygems.org"
2
2
3
3
git_source ( :github ) { |repo_name | "https://github.com/#{ repo_name } " }
4
4
5
- gem "fastlane" , "~> 2.225 .0"
6
- gem "json" , "~> 2.8 .0"
5
+ gem "fastlane" , "~> 2.226 .0"
6
+ gem "json" , "~> 2.9 .0"
7
7
gem 'httparty'
8
8
9
9
plugins_path = File . join ( File . dirname ( __FILE__ ) , 'fastlane' , 'Pluginfile' )
Original file line number Diff line number Diff line change 70
70
faraday_middleware (1.2.1 )
71
71
faraday (~> 1.0 )
72
72
fastimage (2.3.1 )
73
- fastlane (2.225 .0 )
73
+ fastlane (2.226 .0 )
74
74
CFPropertyList (>= 2.3 , < 4.0.0 )
75
75
addressable (>= 2.8 , < 3.0.0 )
76
76
artifactory (~> 3.0 )
110
110
tty-spinner (>= 0.8.0 , < 1.0.0 )
111
111
word_wrap (~> 1.0.0 )
112
112
xcodeproj (>= 1.13.0 , < 2.0.0 )
113
- xcpretty (~> 0.3 .0 )
113
+ xcpretty (~> 0.4 .0 )
114
114
xcpretty-travis-formatter (>= 0.0.3 , < 2.0.0 )
115
115
fastlane-plugin-appcenter (2.1.2 )
116
116
fastlane-sirp (1.0.0 )
161
161
multi_xml (>= 0.5.2 )
162
162
httpclient (2.8.3 )
163
163
jmespath (1.6.2 )
164
- json (2.8.2 )
164
+ json (2.9.1 )
165
165
jwt (2.9.3 )
166
166
base64
167
167
mini_magick (4.13.2 )
184
184
uber (< 0.2.0 )
185
185
retriable (3.1.2 )
186
186
rexml (3.3.9 )
187
- rouge (2.0.7 )
187
+ rouge (3.28.0 )
188
188
ruby2_keywords (0.0.5 )
189
189
rubyzip (2.3.2 )
190
190
security (0.1.5 )
215
215
colored2 (~> 3.1 )
216
216
nanaimo (~> 0.4.0 )
217
217
rexml (>= 3.3.6 , < 4.0 )
218
- xcpretty (0.3 .0 )
219
- rouge (~> 2.0.7 )
218
+ xcpretty (0.4 .0 )
219
+ rouge (~> 3.28.0 )
220
220
xcpretty-travis-formatter (1.0.1 )
221
221
xcpretty (~> 0.2 , >= 0.0.7 )
222
222
@@ -225,10 +225,10 @@ PLATFORMS
225
225
x86_64-linux
226
226
227
227
DEPENDENCIES
228
- fastlane (~> 2.225 .0 )
228
+ fastlane (~> 2.226 .0 )
229
229
fastlane-plugin-appcenter
230
230
httparty
231
- json (~> 2.8 .0 )
231
+ json (~> 2.9 .0 )
232
232
233
233
BUNDLED WITH
234
234
2.4.20
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ let package = Package(
18
18
// Dependencies declare other packages that this package depends on.
19
19
. package ( url: " https://github.com/marmelroy/PhoneNumberKit.git " , from: " 3.8.0 " ) ,
20
20
. package ( url
: " [email protected] :powerhome/power-fonts.git" , from
: " 0.0.1 " ) ,
21
- . package ( url: " https://github.com/pointfreeco/swift-snapshot-testing " , from: " 1.17.6 " )
21
+ . package ( url: " https://github.com/pointfreeco/swift-snapshot-testing " , from: " 1.17.7 " )
22
22
] ,
23
23
targets: [
24
24
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
You can’t perform that action at this time.
0 commit comments