Skip to content

Commit

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

Update rubocop requirement from = 1.24.1 to = 1.25.0
  • Loading branch information
vbrazo authored Jan 24, 2022
2 parents 5823683 + a779327 commit b553111
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ GEM
method_source (1.0.0)
minitest (5.15.0)
parallel (1.21.0)
parser (3.0.3.2)
parser (3.1.0.0)
ast (~> 2.4.1)
power_assert (2.0.1)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
rainbow (3.0.0)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.2.0)
rexml (3.2.5)
rubocop (1.24.1)
rubocop (1.25.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
Expand Down Expand Up @@ -60,7 +60,7 @@ DEPENDENCIES
minitest (= 5.15.0)
pry (= 0.14.1)
rake (= 13.0.6)
rubocop (= 1.24.1)
rubocop (= 1.25.0)
simplecov (= 0.17.1, < 0.18)
test-unit (= 3.5.3)
timecop (= 0.9.4)
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.24.1')
spec.add_development_dependency('rubocop', '1.25.0')
# 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 b553111

Please sign in to comment.