Skip to content

Commit fc65318

Browse files
authored
chore: bump activesupport gem version (#14760)
1 parent 03301e8 commit fc65318

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-native/example/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ gem 'mutex_m'
1010

1111
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
1212
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
13-
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
13+
gem 'activesupport', '>= 7.2.3.1'
1414
gem 'xcodeproj', '< 1.26.0'
1515
gem 'concurrent-ruby', '<= 1.3.4'

packages/rtn-passkeys/example/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ruby ">= 2.6.10"
55

66
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
77
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
8-
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
8+
gem 'activesupport', '>= 7.2.3.1'
99
gem 'xcodeproj', '< 1.26.0'
1010
gem 'concurrent-ruby', '< 1.3.4'
1111

0 commit comments

Comments
 (0)