From 609d4a1f48507974a7fc223f1c7bd1601c929cce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:14:01 +0000 Subject: [PATCH] Update all non-major dependencies --- .pre-commit-config.yaml | 4 ++-- .tool-versions | 2 +- Gemfile | 4 ++-- Gemfile.lock | 16 ++++++++-------- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 03d8291f..2f261b59 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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.4 hooks: - id: swiftformat - repo: https://github.com/realm/SwiftLint - rev: 0.57.0 + rev: 0.57.1 hooks: - id: swiftlint diff --git a/.tool-versions b/.tool-versions index 5aa8e0c3..041df9aa 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -ruby 3.3.6 +ruby 3.4.1 diff --git a/Gemfile b/Gemfile index 98a22190..4b20e2cb 100644 --- a/Gemfile +++ b/Gemfile @@ -2,8 +2,8 @@ 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 "fastlane", "~> 2.226.0" +gem "json", "~> 2.9.0" gem 'httparty' plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') diff --git a/Gemfile.lock b/Gemfile.lock index 170701c0..2f9bd92b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,7 +70,7 @@ GEM faraday_middleware (1.2.1) faraday (~> 1.0) fastimage (2.3.1) - fastlane (2.225.0) + fastlane (2.226.0) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.8, < 3.0.0) artifactory (~> 3.0) @@ -110,7 +110,7 @@ GEM tty-spinner (>= 0.8.0, < 1.0.0) word_wrap (~> 1.0.0) xcodeproj (>= 1.13.0, < 2.0.0) - xcpretty (~> 0.3.0) + xcpretty (~> 0.4.0) xcpretty-travis-formatter (>= 0.0.3, < 2.0.0) fastlane-plugin-appcenter (2.1.2) fastlane-sirp (1.0.0) @@ -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.1) jwt (2.9.3) base64 mini_magick (4.13.2) @@ -184,7 +184,7 @@ GEM uber (< 0.2.0) retriable (3.1.2) rexml (3.3.9) - rouge (2.0.7) + rouge (3.28.0) ruby2_keywords (0.0.5) rubyzip (2.3.2) security (0.1.5) @@ -215,8 +215,8 @@ GEM colored2 (~> 3.1) nanaimo (~> 0.4.0) rexml (>= 3.3.6, < 4.0) - xcpretty (0.3.0) - rouge (~> 2.0.7) + xcpretty (0.4.0) + rouge (~> 3.28.0) xcpretty-travis-formatter (1.0.1) xcpretty (~> 0.2, >= 0.0.7) @@ -225,10 +225,10 @@ PLATFORMS x86_64-linux DEPENDENCIES - fastlane (~> 2.225.0) + fastlane (~> 2.226.0) fastlane-plugin-appcenter httparty - json (~> 2.8.0) + json (~> 2.9.0) BUNDLED WITH 2.4.20