Skip to content

Commit

Permalink
Ruby 3.2 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed Sep 16, 2024
1 parent 1f11010 commit df4ea4b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "local/cache"]
path = local/cache
url = https:/rapid7/metasploit-omnibus-cache.git
url = https:/adfoster-r7/metasploit-omnibus-cache.git
branch = add-ruby-3.2-dependencies
2 changes: 1 addition & 1 deletion config/software/metasploit-framework.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def has_windows_metasploit_framework_repo?
dependency "postgresql"
end

ruby_abi_version = "3.1.0"
ruby_abi_version = "3.2.0"
# This depends on extra system libraries on OS X
whitelist_file "#{install_dir}//embedded/framework/data/isight.bundle"

Expand Down
2 changes: 1 addition & 1 deletion config/software/ruby-windows.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

name "ruby-windows"
default_version "3.1.5-1"
default_version "3.2.5-1"

if windows_arch_i386?
relative_path "rubyinstaller-#{version}-x86"
Expand Down
4 changes: 3 additions & 1 deletion config/software/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# the default versions should always be the latest release of ruby
# if you consume this definition it is your responsibility to pin
# to the desired version of ruby. don't count on this not changing.
default_version "3.1.5"
default_version "3.2.5"

dependency "zlib"
dependency "openssl"
Expand All @@ -42,6 +42,8 @@
dependency "ncurses" if freebsd?

# version_list: url=https://cache.ruby-lang.org/pub/ruby/ filter=*.tar.gz

version("3.2.5") { source sha256: "96c57558871a6748de5bc9f274e93f4b5aad06cd8f37befa0e8d94e7b8a423bc" }
version("3.2.2") { source sha256: "96c57558871a6748de5bc9f274e93f4b5aad06cd8f37befa0e8d94e7b8a423bc" }
version("3.2.0") { source sha256: "daaa78e1360b2783f98deeceb677ad900f3a36c0ffa6e2b6b19090be77abc272" }
version("3.1.4") { source sha256: "a3d55879a0dfab1d7141fdf10d22a07dbf8e5cdc4415da1bde06127d5cc3c7b6" }
Expand Down
2 changes: 1 addition & 1 deletion config/software/winpcap-devpack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
source url: "https://www.winpcap.org/install/bin/WpdPack_4_1_2.zip"

build do
ruby_api_version = "3.1.0"
ruby_api_version = "3.2.0"

mkdir "#{install_dir}/embedded/lib"
if windows_arch_i386?
Expand Down
2 changes: 1 addition & 1 deletion local/cache

0 comments on commit df4ea4b

Please sign in to comment.