Skip to content

Commit 7d7bcdb

Browse files
Bump rubocop from 1.39.0 to 1.45.1 (#78)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.39.0 to 1.45.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.39.0...v1.45.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b7c769 commit 7d7bcdb

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem "rake", "~> 13.0"
99

1010
gem "rspec", "~> 3.12"
1111

12-
gem "rubocop", "~> 1.39"
12+
gem "rubocop", "~> 1.45"
1313

1414
gem "webmock"
1515

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GEM
2121
faraday-net_http (2.0.1)
2222
geocoder (1.8.1)
2323
hashdiff (1.0.1)
24-
json (2.6.2)
24+
json (2.6.3)
2525
jwt (2.3.0)
2626
method_source (1.0.0)
2727
multi_json (1.15.0)
@@ -33,7 +33,7 @@ GEM
3333
multi_xml (~> 0.5)
3434
rack (>= 1.2, < 3)
3535
parallel (1.22.1)
36-
parser (3.1.2.1)
36+
parser (3.2.0.0)
3737
ast (~> 2.4.1)
3838
pry (0.14.2)
3939
coderay (~> 1.1)
@@ -42,7 +42,7 @@ GEM
4242
rack (2.2.4)
4343
rainbow (3.1.1)
4444
rake (13.0.6)
45-
regexp_parser (2.6.0)
45+
regexp_parser (2.6.2)
4646
rexml (3.2.5)
4747
rspec (3.12.0)
4848
rspec-core (~> 3.12.0)
@@ -57,21 +57,21 @@ GEM
5757
diff-lcs (>= 1.2.0, < 2.0)
5858
rspec-support (~> 3.12.0)
5959
rspec-support (3.12.0)
60-
rubocop (1.39.0)
60+
rubocop (1.45.1)
6161
json (~> 2.3)
6262
parallel (~> 1.10)
63-
parser (>= 3.1.2.1)
63+
parser (>= 3.2.0.0)
6464
rainbow (>= 2.2.2, < 4.0)
6565
regexp_parser (>= 1.8, < 3.0)
6666
rexml (>= 3.2.5, < 4.0)
67-
rubocop-ast (>= 1.23.0, < 2.0)
67+
rubocop-ast (>= 1.24.1, < 2.0)
6868
ruby-progressbar (~> 1.7)
69-
unicode-display_width (>= 1.4.0, < 3.0)
70-
rubocop-ast (1.23.0)
69+
unicode-display_width (>= 2.4.0, < 3.0)
70+
rubocop-ast (1.24.1)
7171
parser (>= 3.1.1.0)
7272
ruby-progressbar (1.11.0)
7373
ruby2_keywords (0.0.5)
74-
unicode-display_width (2.3.0)
74+
unicode-display_width (2.4.2)
7575
webmock (3.18.1)
7676
addressable (>= 2.8.0)
7777
crack (>= 0.3.2)
@@ -88,7 +88,7 @@ DEPENDENCIES
8888
pry
8989
rake (~> 13.0)
9090
rspec (~> 3.12)
91-
rubocop (~> 1.39)
91+
rubocop (~> 1.45)
9292
webmock
9393

9494
BUNDLED WITH

0 commit comments

Comments
 (0)