Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion configs/components/rubygem-net-http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
### Maintained by update_gems automation ###
pkg.version '0.8.0'
pkg.sha256sum 'df42c47ce9f9e95ad32a317c97c12f945bc1af365288837ea4ff259876ecb46d'
pkg.build_requires 'rubygem-uri'
### End automated maintenance section ###

instance_eval File.read('configs/components/_base-rubygem.rb')
Expand Down
16 changes: 0 additions & 16 deletions configs/components/rubygem-uri.rb

This file was deleted.

3 changes: 0 additions & 3 deletions configs/projects/agent-runtime-main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@
proj.component 'rubygem-text'
proj.component 'rubygem-thor'

# Remove this once Ruby 3.2.10 is released
proj.component 'rubygem-uri'

# We add rexml explicitly in here because even though ruby 3 ships with rexml as its default gem, the version
# of rexml it ships with can contain CVEs. So, we add it here to update to a higher version free from the CVEs.
proj.component 'rubygem-rexml'
Expand Down
3 changes: 0 additions & 3 deletions configs/projects/openbolt-runtime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,6 @@
proj.component 'rubygem-webrick'
proj.component 'rubygem-yard'

# Remove this once Ruby 3.2.10 is released
proj.component 'rubygem-uri'

# Core Windows dependencies
proj.component 'rubygem-windows_error'
proj.component 'rubygem-winrm'
Expand Down
2 changes: 1 addition & 1 deletion tasks/update_gems.rake
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ DEFAULT_AND_BUNDLED_GEMS = [
'tsort',
'typeprof',
'un',
# 'uri',
'uri',
'weakref',
'win32ole',
'yaml',
Expand Down