Skip to content

Commit 87fe5f5

Browse files
Update dependency rexml to '~> 3.4.0'
1 parent 22f1742 commit 87fe5f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ruby ">= 3.2"
66
gem 'cocoapods', '~> 1.16.2'
77
gem 'activesupport', '~> 7.2', '>= 7.2.1'
88
gem 'cocoapods-core', '~> 1.15', '>= 1.15.2'
9-
gem 'rexml', '~> 3.3.8' # Explicitly include rexml to resolve conflicts
9+
gem 'rexml', '~> 3.4.0' # Explicitly include rexml to resolve conflicts

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ GEM
8787
netrc (0.11.0)
8888
nkf (0.2.0)
8989
public_suffix (4.0.7)
90-
rexml (3.3.9)
90+
rexml (3.4.0)
9191
ruby-macho (2.5.1)
9292
securerandom (0.3.2)
9393
typhoeus (1.4.1)
@@ -109,7 +109,7 @@ DEPENDENCIES
109109
activesupport (~> 7.2, >= 7.2.1)
110110
cocoapods (~> 1.16.2)
111111
cocoapods-core (~> 1.15, >= 1.15.2)
112-
rexml (~> 3.3.8)
112+
rexml (~> 3.4.0)
113113

114114
RUBY VERSION
115115
ruby 3.2.2p53

0 commit comments

Comments
 (0)