Skip to content

Commit 4a19438

Browse files
Update all non-major dependencies
1 parent e67a279 commit 4a19438

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ repos:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/nicklockwood/SwiftFormat
8-
rev: 0.54.6
8+
rev: 0.55.3
99
hooks:
1010
- id: swiftformat
1111
- repo: https://github.com/realm/SwiftLint
12-
rev: 0.57.0
12+
rev: 0.57.1
1313
hooks:
1414
- id: swiftlint

Diff for: Gemfile

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

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

5-
gem "fastlane", "~> 2.225.0"
6-
gem "json", "~> 2.8.0"
5+
gem "fastlane", "~> 2.226.0"
6+
gem "json", "~> 2.9.0"
77
gem 'httparty'
88

99
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')

Diff for: Gemfile.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ GEM
7070
faraday_middleware (1.2.1)
7171
faraday (~> 1.0)
7272
fastimage (2.3.1)
73-
fastlane (2.225.0)
73+
fastlane (2.226.0)
7474
CFPropertyList (>= 2.3, < 4.0.0)
7575
addressable (>= 2.8, < 3.0.0)
7676
artifactory (~> 3.0)
@@ -110,7 +110,7 @@ GEM
110110
tty-spinner (>= 0.8.0, < 1.0.0)
111111
word_wrap (~> 1.0.0)
112112
xcodeproj (>= 1.13.0, < 2.0.0)
113-
xcpretty (~> 0.3.0)
113+
xcpretty (~> 0.4.0)
114114
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
115115
fastlane-plugin-appcenter (2.1.2)
116116
fastlane-sirp (1.0.0)
@@ -161,7 +161,7 @@ GEM
161161
multi_xml (>= 0.5.2)
162162
httpclient (2.8.3)
163163
jmespath (1.6.2)
164-
json (2.8.2)
164+
json (2.9.0)
165165
jwt (2.9.3)
166166
base64
167167
mini_magick (4.13.2)
@@ -184,7 +184,7 @@ GEM
184184
uber (< 0.2.0)
185185
retriable (3.1.2)
186186
rexml (3.3.9)
187-
rouge (2.0.7)
187+
rouge (3.28.0)
188188
ruby2_keywords (0.0.5)
189189
rubyzip (2.3.2)
190190
security (0.1.5)
@@ -215,8 +215,8 @@ GEM
215215
colored2 (~> 3.1)
216216
nanaimo (~> 0.4.0)
217217
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)
220220
xcpretty-travis-formatter (1.0.1)
221221
xcpretty (~> 0.2, >= 0.0.7)
222222

@@ -225,10 +225,10 @@ PLATFORMS
225225
x86_64-linux
226226

227227
DEPENDENCIES
228-
fastlane (~> 2.225.0)
228+
fastlane (~> 2.226.0)
229229
fastlane-plugin-appcenter
230230
httparty
231-
json (~> 2.8.0)
231+
json (~> 2.9.0)
232232

233233
BUNDLED WITH
234234
2.4.20

0 commit comments

Comments
 (0)