mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
62c4da1421
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/36803 Changelog: [Internal][Changed] - Bump activesupport to 6.1.7.3 to address CVE-2023-28120 Reviewed By: christophpurrer Differential Revision: D44673150 fbshipit-source-id: 3df10132c7da2d22956edb7193db963cdf0b5f54
8 lines
193 B
Ruby
8 lines
193 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.12'
|
|
gem 'activesupport', '>= 6.1.7.3'
|