Skip to content

Commit

Permalink
feat(): Gemfile tweak, cocoapods version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawqss committed Nov 16, 2024
1 parent d885dcb commit 2bb15f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ios/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source "https://rubygems.org"

gem "fastlane", '~> 2.224.0'
gem "dotenv"
gem "cocoapods", '~> 1.13.0'
gem "cocoapods", '~> 1.16.2'
14 changes: 7 additions & 7 deletions ios/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ GEM
benchmark (0.4.0)
bigdecimal (3.1.8)
claide (1.1.0)
cocoapods (1.13.0)
cocoapods (1.16.2)
addressable (~> 2.8)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.13.0)
cocoapods-core (= 1.16.2)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 1.6.0, < 2.0)
cocoapods-downloader (>= 2.1, < 3.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-trunk (>= 1.6.0, < 2.0)
Expand All @@ -62,8 +62,8 @@ GEM
molinillo (~> 0.8.0)
nap (~> 1.0)
ruby-macho (>= 2.3.0, < 3.0)
xcodeproj (>= 1.23.0, < 2.0)
cocoapods-core (1.13.0)
xcodeproj (>= 1.27.0, < 2.0)
cocoapods-core (1.16.2)
activesupport (>= 5.0, < 8)
addressable (~> 2.8)
algoliasearch (~> 1.0)
Expand All @@ -74,7 +74,7 @@ GEM
public_suffix (~> 4.0)
typhoeus (~> 1.0)
cocoapods-deintegrate (1.0.5)
cocoapods-downloader (1.6.3)
cocoapods-downloader (2.1)
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.1)
Expand Down Expand Up @@ -287,7 +287,7 @@ PLATFORMS
arm64-darwin-23

DEPENDENCIES
cocoapods (~> 1.13.0)
cocoapods (~> 1.16.2)
dotenv
fastlane (~> 2.224.0)

Expand Down

0 comments on commit 2bb15f4

Please sign in to comment.