mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 22:10:14 +00:00
07a159f279
Summary: Bump activesupport to minimum 6.1.7.5 CVE-2023-38037. More details https://github.com/advisories/GHSA-cr5q-6q9f-rq6q Updated the gemfile and then ran `bundle install` at the root ## Changelog: [IOS] [SECURITY] - Bump activesupport to minimum 6.1.7.5 CVE-2023-38037. Pull Request resolved: https://github.com/facebook/react-native/pull/42023 Reviewed By: cipolleschi Differential Revision: D52346223 Pulled By: lunaleaps fbshipit-source-id: f8141048b68cde9c58eb23ee2d41cb4a6becb6ef
8 lines
204 B
Ruby
8 lines
204 B
Ruby
source 'https://rubygems.org'
|
|
|
|
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
|
|
ruby ">= 2.6.10"
|
|
|
|
gem 'cocoapods', '~> 1.13'
|
|
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
|