Sha256: 10a2c387748e7ad5a9434444df3d228b52ca9680d9cb6f9afbe36a647349f54a

Contents?: true

Size: 266 Bytes

Versions: 2

Compression:

Stored size: 266 Bytes

Contents

# frozen_string_literal: true

module RuboCop
  module Rails
    # This module holds the RuboCop Rails version information.
    module Version
      STRING = '2.23.1'

      def self.document_version
        STRING.match('\d+\.\d+').to_s
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
mlh-rubocop-config-1.0.3 vendor/bundle/ruby/3.2.0/gems/rubocop-rails-2.23.1/lib/rubocop/rails/version.rb
rubocop-rails-2.23.1 lib/rubocop/rails/version.rb