Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent fc5238f commit 7330e6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/nicklockwood/SwiftFormat
rev: 0.54.6
rev: 0.55.3
hooks:
- id: swiftformat
- repo: https://github.com/realm/SwiftLint
rev: 0.57.0
rev: 0.57.1
hooks:
- id: swiftlint
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gem "fastlane", "~> 2.225.0"
gem "json", "~> 2.8.0"
gem "json", "~> 2.9.0"
gem 'httparty'

plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ GEM
multi_xml (>= 0.5.2)
httpclient (2.8.3)
jmespath (1.6.2)
json (2.8.2)
json (2.9.0)
jwt (2.9.3)
base64
mini_magick (4.13.2)
Expand Down Expand Up @@ -228,7 +228,7 @@ DEPENDENCIES
fastlane (~> 2.225.0)
fastlane-plugin-appcenter
httparty
json (~> 2.8.0)
json (~> 2.9.0)

BUNDLED WITH
2.4.20

0 comments on commit 7330e6b

Please sign in to comment.