Skip to content

Commit 7330e6b

Browse files
Update all non-major dependencies
1 parent fc5238f commit 7330e6b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "https://rubygems.org"
33
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
44

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

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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)
@@ -228,7 +228,7 @@ DEPENDENCIES
228228
fastlane (~> 2.225.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)