Skip to content

Commit e445c51

Browse files
Update rubocop requirement from ~> 0.67.2 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.67.2...v0.68.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 289621b commit e445c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ group :development, :test do
1919
gem 'guard-rspec', require: false
2020
gem 'rspec', require: false
2121

22-
gem 'rubocop', '~> 0.67.2', require: false unless RUBY_VERSION =~ /^1.8/
22+
gem 'rubocop', '~> 0.68.1', require: false unless RUBY_VERSION =~ /^1.8/
2323
gem 'simplecov', require: false
2424
gem 'terminal-notifier-guard', require: false
2525

0 commit comments

Comments
 (0)