Skip to content

Commit 12ae301

Browse files
fix: CVE-2026-33176 security vulnerability
Automated dependency upgrade by OrbisAI Security
1 parent 9ac12ce commit 12ae301

2 files changed

Lines changed: 20 additions & 9 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
44
ruby ">= 2.6.10"
55

66
gem 'cocoapods', '~> 1.13', '!= 1.15.0', '!= 1.15.1'
7-
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
7+
gem 'activesupport', '7.2.3.1'
88
gem 'xcodeproj', '< 1.26.0'
99
gem 'concurrent-ruby', '<= 1.3.4'
1010

Gemfile.lock

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,25 @@ GEM
33
specs:
44
CFPropertyList (3.0.6)
55
rexml
6-
activesupport (7.0.8)
7-
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
activesupport (7.2.3.1)
7+
base64
8+
benchmark (>= 0.3)
9+
bigdecimal
10+
concurrent-ruby (~> 1.0, >= 1.3.1)
11+
connection_pool (>= 2.2.5)
12+
drb
813
i18n (>= 1.6, < 2)
9-
minitest (>= 5.1)
10-
tzinfo (~> 2.0)
14+
logger (>= 1.4.2)
15+
minitest (>= 5.1, < 6)
16+
securerandom (>= 0.3)
17+
tzinfo (~> 2.0, >= 2.0.5)
1118
addressable (2.8.5)
1219
public_suffix (>= 2.0.2, < 6.0)
1320
algoliasearch (1.27.5)
1421
httpclient (~> 2.8, >= 2.8.3)
1522
json (>= 1.5.1)
1623
atomos (0.1.3)
24+
base64 (0.3.0)
1725
benchmark (0.4.0)
1826
bigdecimal (3.1.9)
1927
claide (1.1.0)
@@ -55,7 +63,9 @@ GEM
5563
netrc (~> 0.11)
5664
cocoapods-try (1.2.0)
5765
colored2 (3.1.2)
58-
concurrent-ruby (1.2.2)
66+
concurrent-ruby (1.3.4)
67+
connection_pool (3.0.2)
68+
drb (2.2.3)
5969
escape (0.0.4)
6070
ethon (0.16.0)
6171
ffi (>= 1.15.0)
@@ -64,11 +74,11 @@ GEM
6474
fuzzy_match (2.0.4)
6575
gh_inspector (1.1.3)
6676
httpclient (2.8.3)
67-
i18n (1.14.1)
77+
i18n (1.14.8)
6878
concurrent-ruby (~> 1.0)
6979
json (2.6.3)
7080
logger (1.6.5)
71-
minitest (5.20.0)
81+
minitest (5.27.0)
7282
molinillo (0.8.0)
7383
mutex_m (0.3.0)
7484
nanaimo (0.3.0)
@@ -77,6 +87,7 @@ GEM
7787
public_suffix (4.0.7)
7888
rexml (3.2.6)
7989
ruby-macho (2.5.1)
90+
securerandom (0.4.1)
8091
typhoeus (1.4.0)
8192
ethon (>= 0.9.0)
8293
tzinfo (2.0.6)
@@ -93,7 +104,7 @@ PLATFORMS
93104
ruby
94105

95106
DEPENDENCIES
96-
activesupport (>= 6.1.7.5, < 7.1.0)
107+
activesupport (= 7.2.3.1)
97108
benchmark
98109
bigdecimal
99110
cocoapods (~> 1.13, != 1.15.1, != 1.15.0)

0 commit comments

Comments
 (0)