From fe37e5f9dd894b9b15cc3b6849c9fdd94b3ff192 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 23:25:58 +0300 Subject: [PATCH] Update rubocop requirement from ~> 1.3.1 to ~> 1.11.0 (#87) * Update rubocop requirement from ~> 1.3.1 to ~> 1.11.0 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.3.1...v1.11.0) Signed-off-by: dependabot-preview[bot] * Update rubocop to 1.15.0 Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: sarslanoglu --- Gemfile.lock | 12 ++++++------ turkish_cities.gemspec | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d1c2046..9950715 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,15 +39,15 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.0) - rubocop (1.5.2) + rubocop (1.15.0) parallel (~> 1.10) - parser (>= 2.7.1.5) + parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml - rubocop-ast (>= 1.2.0, < 2.0) + rubocop-ast (>= 1.5.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 2.0) + unicode-display_width (>= 1.4.0, < 3.0) rubocop-ast (1.5.0) parser (>= 3.0.1.1) ruby-progressbar (1.11.0) @@ -62,7 +62,7 @@ GEM thor (1.0.1) tins (1.25.0) sync - unicode-display_width (1.7.0) + unicode-display_width (2.0.0) PLATFORMS ruby @@ -71,7 +71,7 @@ DEPENDENCIES bundler (~> 2.2.16) coveralls (~> 0.8.23) rspec (~> 3.10.0) - rubocop (~> 1.5.2) + rubocop (~> 1.15.0) turkish_cities! BUNDLED WITH diff --git a/turkish_cities.gemspec b/turkish_cities.gemspec index 81b9358..7622941 100644 --- a/turkish_cities.gemspec +++ b/turkish_cities.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |s| s.add_development_dependency 'bundler', '~> 2.2.16' s.add_development_dependency 'coveralls', '~> 0.8.23' s.add_development_dependency 'rspec', '~> 3.10.0' - s.add_development_dependency 'rubocop', '~> 1.5.2' + s.add_development_dependency 'rubocop', '~> 1.15.0' if s.respond_to?(:metadata) s.metadata['changelog_uri'] = 'https://github.com/sarslanoglu/turkish_cities/blob/master/CHANGELOG.md'