Adding the .ruby-verison file triggered previously un-run cops, specifically:
This cop is designed to help upgrade to Ruby 3.0. It will add the
comment `# frozen_string_literal: true` to the top of files to enable
frozen string literals. Frozen string literals will be default in Ruby
3.0. The comment will be added below a shebang and encoding comment. The
frozen string literal comment is only valid in Ruby 2.3+.
More info on rubocop [Automatic-Corrections](https://github.com/bbatsov/rubocop/wiki/Automatic-Corrections)
Squashed commit of the following:
commit d41cbf66eb2a9ee705ab60bb156eed95881fa193
Author: Mark Moser <mark.moser@perficient.com>
Date: Thu Aug 4 19:58:20 2016 -0500
live-coder-text validations
commit 866bfeb863516a8656bc26b10f967d0b9b8d8505
Author: Mark Moser <mark.moser@perficient.com>
Date: Thu Aug 4 11:57:57 2016 -0500
getting things green again and rebasing develop
commit 28a23200f291e30c690b71e9bcae3e1a69eb3093
Author: Derek Montgomery <montgomerygraphics@gmail.com>
Date: Thu Aug 4 10:14:23 2016 -0500
Progress on live coder text field