Skip to content

Commit

Permalink
Merge pull request #2483 from faker-ruby/dependabot/bundler/rubocop-1…
Browse files Browse the repository at this point in the history
….28.2

Update rubocop requirement from = 1.26.0 to = 1.28.2
  • Loading branch information
Stefanni Brasil committed Aug 5, 2022
2 parents 45f7772 + b2c5015 commit c18bafa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,27 @@ GEM
json (2.3.0)
method_source (1.0.0)
minitest (5.15.0)
parallel (1.21.0)
parser (3.1.1.0)
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
power_assert (2.0.1)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.2.1)
regexp_parser (2.3.1)
rexml (3.2.5)
rubocop (1.26.0)
rubocop (1.28.2)
parallel (~> 1.10)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.16.0, < 2.0)
rubocop-ast (>= 1.17.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.16.0)
rubocop-ast (1.17.0)
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
simplecov (0.17.1)
Expand All @@ -60,7 +60,7 @@ DEPENDENCIES
minitest (= 5.15.0)
pry (= 0.14.1)
rake (= 13.0.6)
rubocop (= 1.26.0)
rubocop (= 1.28.2)
simplecov (= 0.17.1, < 0.18)
test-unit (= 3.5.3)
timecop (= 0.9.5)
Expand Down
2 changes: 1 addition & 1 deletion faker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency('minitest', '5.15.0')
spec.add_development_dependency('pry', '0.14.1')
spec.add_development_dependency('rake', '13.0.6')
spec.add_development_dependency('rubocop', '1.26.0')
spec.add_development_dependency('rubocop', '1.28.2')
# Workaround for cc-test-reporter with SimpleCov 0.18.
# Stop upgrading SimpleCov until the following issue will be resolved.
# https://github.com/codeclimate/test-reporter/issues/418
Expand Down

0 comments on commit c18bafa

Please sign in to comment.