You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: metasploit-framework.gemspec
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -261,6 +261,10 @@ Gem::Specification.new do |spec|
261
261
# Needed for generic in-memory cachine
262
262
spec.add_runtime_dependency'lru_redux'
263
263
264
+
# Pinned on 3.1.1 as it is the version supported by our Ruby 3.3.8 dependency to avoid this issue https://github.com/rubygems/rubygems/issues/7657#issuecomment-2521083323
265
+
# When Ruby ships with `gem --version` 3.6.0 or higher by default this can be removed
266
+
spec.add_runtime_dependency'stringio','3.1.1'
267
+
264
268
# Standard libraries: https://www.ruby-lang.org/en/news/2023/12/25/ruby-3-3-0-released/
0 commit comments