Skip to content

Commit

Permalink
Update rubocop requirement from ~> 1.15.0 to ~> 1.16.0
Browse files Browse the repository at this point in the history
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.15.0...v1.16.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sarslanoglu committed Jun 6, 2021
1 parent fe37e5f commit 450ee23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.0)
rubocop (1.15.0)
rubocop (1.16.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.5.0, < 2.0)
rubocop-ast (>= 1.7.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.5.0)
rubocop-ast (1.7.0)
parser (>= 3.0.1.1)
ruby-progressbar (1.11.0)
simplecov (0.16.1)
Expand All @@ -71,7 +71,7 @@ DEPENDENCIES
bundler (~> 2.2.16)
coveralls (~> 0.8.23)
rspec (~> 3.10.0)
rubocop (~> 1.15.0)
rubocop (~> 1.16.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.15.0'
s.add_development_dependency 'rubocop', '~> 1.16.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 450ee23

Please sign in to comment.