Skip to content

Commit

Permalink
Bump RuboCop to 1.19.1
Browse files Browse the repository at this point in the history
Closes #2372.
  • Loading branch information
koic committed Aug 20, 2021
1 parent dbe1362 commit 48d1608
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -27,16 +27,16 @@ GEM
rake (13.0.6)
regexp_parser (2.1.1)
rexml (3.2.5)
rubocop (1.18.4)
rubocop (1.19.1)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.8.0, < 2.0)
rubocop-ast (>= 1.9.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.8.0)
rubocop-ast (1.10.0)
parser (>= 3.0.1.1)
ruby-progressbar (1.11.0)
simplecov (0.17.1)
Expand All @@ -58,7 +58,7 @@ DEPENDENCIES
minitest (= 5.14.4)
pry (= 0.14.1)
rake (= 13.0.6)
rubocop (= 1.18.4)
rubocop (= 1.19.1)
simplecov (= 0.17.1, < 0.18)
test-unit (= 3.4.4)
timecop (= 0.9.4)
Expand Down
2 changes: 1 addition & 1 deletion faker.gemspec
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency('minitest', '5.14.4')
spec.add_development_dependency('pry', '0.14.1')
spec.add_development_dependency('rake', '13.0.6')
spec.add_development_dependency('rubocop', '1.18.4')
spec.add_development_dependency('rubocop', '1.19.1')
# 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
2 changes: 1 addition & 1 deletion lib/faker/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Faker #:nodoc:
module Faker # :nodoc:
VERSION = '2.18.0'
end

0 comments on commit 48d1608

Please sign in to comment.