Skip to content

Commit

Permalink
Add Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Feb 12, 2025
1 parent 6af8af1 commit b1be7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib-injection/host_inject_main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def runtime_supported?
major, minor, = RUBY_VERSION.split('.')
ruby_api_version = "#{major}.#{minor}.0"

supported_ruby_api_versions = ['2.6.0', '2.7.0', '3.0.0', '3.1.0', '3.2.0', '3.3.0'].freeze
supported_ruby_api_versions = ['2.6.0', '2.7.0', '3.0.0', '3.1.0', '3.2.0', '3.3.0', '3.4.0'].freeze

RUBY_ENGINE == 'ruby' && supported_ruby_api_versions.any? { |v| ruby_api_version == v }
end
Expand Down

0 comments on commit b1be7af

Please sign in to comment.