diff options
author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2019-02-25 15:56:35 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-02-25 15:56:35 +0100 |
commit | 775e835ed6e30c95d628abe11aaae7bfc66fde23 (patch) | |
tree | a3e9c525194a76cb471ad5889471b81abcd6252b /Gemfile | |
parent | c07e59031f3e25fd0f9c50bcccacabf3ec3c42e1 (diff) |
Bump rubocop from 0.64.0 to 0.65.0 (#10112)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.64.0 to 0.65.0. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.64.0...v0.65.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index a8bda438a..e6d7bd4d0 100644 --- a/Gemfile +++ b/Gemfile @@ -127,7 +127,7 @@ group :development do gem 'letter_opener', '~> 1.7' gem 'letter_opener_web', '~> 1.3' gem 'memory_profiler' - gem 'rubocop', '~> 0.64', require: false + gem 'rubocop', '~> 0.65', require: false gem 'brakeman', '~> 4.4', require: false gem 'bundler-audit', '~> 0.6', require: false gem 'scss_lint', '~> 0.57', require: false |