Skip to content

Commit

Permalink
Merge pull request #211 from adfoster-r7/ruby-3.2-bump
Browse files Browse the repository at this point in the history
Ruby 3.2 bump
  • Loading branch information
adfoster-r7 authored Sep 16, 2024
2 parents 1f11010 + a22a552 commit 4823534
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
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
6 changes: 5 additions & 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 Expand Up @@ -62,6 +62,10 @@
source sha256: "f31eece5b5c64563829117d41c09ed87572c595e5d64a525d49c1dd9c50dccca"
end

version "3.2.5-1" do
source sha256: "3e17f7e60834cfac4b2aae13677c19d3222b52bee328c3c22629246c00cd543c"
end

source url: "https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-#{version}/rubyinstaller-#{version}-x64.7z"
end

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: "ef0610b498f60fb5cfd77b51adb3c10f4ca8ed9a17cb87c61e5bea314ac34a16" }
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 4823534

Please sign in to comment.