Skip to content

Commit 9528554

Browse files
Update rubocop requirement from ~> 0.72.0 to ~> 0.73.0 (codegram#142)
Update rubocop requirement from ~> 0.72.0 to ~> 0.73.0 Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
2 parents 2698d6c + 7e45591 commit 9528554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ end
1616

1717
group :development, :test do
1818
gem 'rake'
19-
gem 'rubocop', '~> 0.72.0', require: false
19+
gem 'rubocop', '~> 0.73.0', require: false
2020
gem 'simplecov', require: false
2121
end
2222

0 commit comments

Comments
 (0)