Files
mac_os/Rakefile
Brooke Kuhlmann ea4027714a Updated to Ruby 3.2.0
Necessary to pick up latest version with new features, bug fixes, new
Data primitive, Web Assembly support, and much more.

https: //www.ruby-lang.org/en/news/2022/12/06/ruby-3-2-0-rc1-released
2022-12-25 08:42:42 -07:00

9 lines
150 B
Ruby

# frozen_string_literal: true
# require "git/lint/rake/setup"
require "rubocop/rake_task"
RuboCop::RakeTask.new
task default: %i[git_lint rubocop]