Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
source 'https://rubygems.org'

gem 'cocoapods', '~> 1.17'
gem 'fastlane', '~> 2.239'
gem 'fastlane', '~> 2.240'
gem 'rubocop', '~> 1.91'
35 changes: 18 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,29 @@ GEM
ast (2.4.3)
atomos (0.1.3)
aws-eventstream (1.4.0)
aws-partitions (1.1283.0)
aws-sdk-core (3.254.1)
aws-partitions (1.1287.0)
aws-sdk-core (3.257.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
base64
bigdecimal
jmespath (~> 1, >= 1.6.1)
logger
aws-sdk-kms (1.130.0)
aws-sdk-core (~> 3, >= 3.254.0)
rexml (~> 3.4, >= 3.4.2)
aws-sdk-kms (1.132.0)
aws-sdk-core (~> 3, >= 3.256.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.229.0)
aws-sdk-core (~> 3, >= 3.254.1)
aws-sdk-s3 (1.232.1)
aws-sdk-core (~> 3, >= 3.256.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.12.1)
aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.4)
base64 (0.3.0)
benchmark (0.5.0)
bigdecimal (4.1.2)
bigdecimal (4.1.3)
claide (1.1.0)
cocoapods (1.17.0)
addressable (~> 2.8)
Expand Down Expand Up @@ -93,7 +94,7 @@ GEM
declarative (0.0.20)
digest-crc (0.7.0)
rake (>= 12.0.0, < 14.0.0)
domain_name (0.6.20260902)
domain_name (0.6.20260907)
dotenv (2.8.1)
drb (2.2.3)
emoji_regex (3.2.3)
Expand All @@ -103,7 +104,7 @@ GEM
logger
excon (1.6.0)
logger
faraday (2.14.3)
faraday (2.14.4)
faraday-net_http (>= 2.0, < 3.5)
json
logger
Expand All @@ -119,7 +120,7 @@ GEM
faraday-retry (2.4.0)
faraday (~> 2.0)
fastimage (2.4.1)
fastlane (2.239.0)
fastlane (2.240.0)
CFPropertyList (>= 2.3, < 5.0.0)
abbrev (~> 0.1)
addressable (>= 2.9.0, < 3.0.0)
Expand Down Expand Up @@ -161,8 +162,8 @@ GEM
optparse (>= 0.1.1, < 1.0.0)
ostruct (>= 0.1.0)
plist (>= 3.1.0, < 4.0.0)
rubyzip (>= 2.0.0, < 3.0.0)
security (= 0.1.5)
rubyzip (>= 3.4.0, < 4.0.0)
security (= 0.2.0)
simctl (~> 1.6.3)
terminal-notifier (>= 2.0.0, < 3.0.0)
terminal-table (~> 4)
Expand Down Expand Up @@ -226,15 +227,15 @@ GEM
mutex_m
i18n (1.15.2)
concurrent-ruby (~> 1.0)
io-console (0.9.2)
io-console (0.9.3)
irb (1.18.0)
pp (>= 0.6.0)
prism (>= 1.3.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jmespath (1.6.2)
json (2.21.2)
jwt (3.2.0)
jwt (3.3.0)
base64
language_server-protocol (3.17.0.6)
lint_roller (1.1.0)
Expand Down Expand Up @@ -305,9 +306,9 @@ GEM
prism (~> 1.7)
ruby-macho (4.1.0)
ruby-progressbar (1.13.0)
rubyzip (2.4.1)
rubyzip (3.6.0)
securerandom (0.4.1)
security (0.1.5)
security (0.2.0)
signet (0.22.0)
addressable (~> 2.8)
faraday (>= 0.17.5, < 3.a)
Expand Down Expand Up @@ -353,7 +354,7 @@ PLATFORMS

DEPENDENCIES
cocoapods (~> 1.17)
fastlane (~> 2.239)
fastlane (~> 2.240)
rubocop (~> 1.91)

BUNDLED WITH
Expand Down