Skip to content

Commit 0c595bd

Browse files
Update rubocop requirement from 0.52.1 to 0.68.1
Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v0.52.1...v0.68.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 010af1c commit 0c595bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ end
1212
group :test do
1313
gem "coveralls", require: false
1414
gem "rspec", "~> 3.7", require: false
15-
gem "rubocop", "= 0.65.0", require: false
15+
gem "rubocop", "0.68.1", require: false
1616
end
1717

1818
group :development, :test do

0 commit comments

Comments
 (0)