# frozen_string_literal: true module RuboCop module RSpecRails # Version information for the RSpec Rails RuboCop plugin. module Version STRING = '2.29.1' end end end