Skip to content

Commit

Permalink
Update rubocop requirement from ~> 1.3.1 to ~> 1.11.0 (#87)
Browse files Browse the repository at this point in the history
* 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](rubocop/rubocop@v1.3.1...v1.11.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Update rubocop to 1.15.0

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: sarslanoglu <[email protected]>
  • Loading branch information
dependabot-preview[bot] and sarslanoglu authored May 18, 2021
1 parent 654dc6b commit fe37e5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion turkish_cities.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit fe37e5f

Please sign in to comment.