Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Ruby 3.4.0-preview1 #19191

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

adfoster-r7
Copy link
Contributor

@adfoster-r7 adfoster-r7 commented May 21, 2024

Support Ruby 3.4.0-preview1

Verification

  • Verify CI passes

@adfoster-r7 adfoster-r7 marked this pull request as draft May 21, 2024 10:47
@adfoster-r7 adfoster-r7 reopened this May 21, 2024
@adfoster-r7 adfoster-r7 force-pushed the test-ruby-3.4.0-preview1 branch 27 times, most recently from 894e5cc to d96066a Compare May 23, 2024 13:53
@adfoster-r7 adfoster-r7 force-pushed the test-ruby-3.4.0-preview1 branch 4 times, most recently from 6aff334 to c162a10 Compare May 23, 2024 14:42
@adfoster-r7 adfoster-r7 force-pushed the test-ruby-3.4.0-preview1 branch 3 times, most recently from f1a4e96 to 03128a0 Compare June 10, 2024 18:20
@adfoster-r7 adfoster-r7 added the rn-no-release-notes no release notes label Jun 10, 2024
@adfoster-r7
Copy link
Contributor Author

adfoster-r7 commented Jun 10, 2024

Release Notes

Adds support for Ruby 3.4.0-preview1

@adfoster-r7 adfoster-r7 marked this pull request as ready for review June 10, 2024 19:19
@adfoster-r7 adfoster-r7 changed the title Test Ruby 3.4.0-preview1 Suppor Ruby 3.4.0-preview1 Jun 10, 2024
@adfoster-r7 adfoster-r7 changed the title Suppor Ruby 3.4.0-preview1 Support Ruby 3.4.0-preview1 Jun 10, 2024
@adfoster-r7 adfoster-r7 added rn-enhancement release notes enhancement and removed rn-no-release-notes no release notes labels Jun 11, 2024
@@ -248,4 +248,17 @@ Gem::Specification.new do |spec|

# Needed for multiline REPL support for interactive SQL sessions
spec.add_runtime_dependency 'reline'

# Standard libraries: https://www.ruby-lang.org/en/news/2023/12/25/ruby-3-3-0-released/
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Standard library updates

RubyGems and Bundler warn if users do require the following gems without adding them to Gemfile or gemspec. This is because they will become the bundled gems in the future version of Ruby.

This warning is suppressed if you use bootsnap gem. We recommend to run your application with DISABLE_BOOTSNAP=1 environment variable at least once. This is limitation of this version.

Targeted libraries are:

  • abbrev
  • base64
  • bigdecimal
  • csv
  • drb
  • getoptlong
  • mutex_m
  • nkf
  • observer
  • racc
  • resolv-replace
  • rinda
  • syslog

This is now an error in Ruby 3.4.0-preview1

@cgranleese-r7 cgranleese-r7 merged commit 1077d4b into rapid7:master Jun 11, 2024
47 checks passed
@cgranleese-r7 cgranleese-r7 self-assigned this Jun 11, 2024
@cgranleese-r7
Copy link
Contributor

cgranleese-r7 commented Jun 11, 2024

Release Notes

Adds support for Ruby 3.4.0-preview1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rn-enhancement release notes enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants