Skip to content

Commit

Permalink
Lock pod version to 1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cal-L committed Nov 13, 2024
1 parent 191599b commit 1637a56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'
ruby '>= 3.1.6'

# Allow minor version updates up to but excluding 2.0.0
gem 'cocoapods', '~> 1.12'
gem 'cocoapods', '1.15.2'

# Allow all version updates up to but excluding 7.1.0
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'
2 changes: 1 addition & 1 deletion ios/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ PLATFORMS

DEPENDENCIES
activesupport (>= 6.1.7.3, < 7.1.0)
cocoapods (~> 1.12)
cocoapods (= 1.15.2)

RUBY VERSION
ruby 3.1.6p260
Expand Down

0 comments on commit 1637a56

Please sign in to comment.