Skip to content

Commit

Permalink
Stop doc on ruby_version_check.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
zzak committed Jan 14, 2023
1 parent 2e0a9e6 commit 6b34893
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions railties/lib/rails/ruby_version_check.rb
@@ -1,5 +1,7 @@
# frozen_string_literal: true

# :stopdoc:

if Gem.ruby_version < "2.7.0" && RUBY_ENGINE == "ruby"
desc = defined?(RUBY_DESCRIPTION) ? RUBY_DESCRIPTION : "ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE})"
abort <<-end_message
Expand Down

0 comments on commit 6b34893

Please sign in to comment.