Skip to content

Commit d47faf7

Browse files
authored
Merge pull request #67 from openstreetmap/dependabot/bundler/rubocop-1.66.1
Bump rubocop from 1.65.1 to 1.66.1
2 parents e363889 + 9e3d7eb commit d47faf7

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ gem 'git', '~> 2.1.1'
66
gem 'json', '~> 2.7'
77
gem 'octokit', '~> 9.1.0'
88

9-
gem 'rubocop', '~> 1.65', groups: 'development'
9+
gem 'rubocop', '~> 1.66', groups: 'development'

Gemfile.lock

+5-9
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ GEM
4040
faraday (>= 1, < 3)
4141
sawyer (~> 0.9)
4242
parallel (1.26.3)
43-
parser (3.3.4.2)
43+
parser (3.3.5.0)
4444
ast (~> 2.4.1)
4545
racc
4646
process_executer (1.1.0)
@@ -49,26 +49,22 @@ GEM
4949
rainbow (3.1.1)
5050
rchardet (1.8.0)
5151
regexp_parser (2.9.2)
52-
rexml (3.3.6)
53-
strscan
54-
rubocop (1.65.1)
52+
rubocop (1.66.1)
5553
json (~> 2.3)
5654
language_server-protocol (>= 3.17.0)
5755
parallel (~> 1.10)
5856
parser (>= 3.3.0.2)
5957
rainbow (>= 2.2.2, < 4.0)
6058
regexp_parser (>= 2.4, < 3.0)
61-
rexml (>= 3.2.5, < 4.0)
62-
rubocop-ast (>= 1.31.1, < 2.0)
59+
rubocop-ast (>= 1.32.2, < 2.0)
6360
ruby-progressbar (~> 1.7)
6461
unicode-display_width (>= 2.4.0, < 3.0)
65-
rubocop-ast (1.32.1)
62+
rubocop-ast (1.32.3)
6663
parser (>= 3.3.1.0)
6764
ruby-progressbar (1.13.0)
6865
sawyer (0.9.2)
6966
addressable (>= 2.3.5)
7067
faraday (>= 0.17.3, < 3)
71-
strscan (3.1.0)
7268
tzinfo (2.0.6)
7369
concurrent-ruby (~> 1.0)
7470
unicode-display_width (2.5.0)
@@ -82,7 +78,7 @@ DEPENDENCIES
8278
git (~> 2.1.1)
8379
json (~> 2.7)
8480
octokit (~> 9.1.0)
85-
rubocop (~> 1.65)
81+
rubocop (~> 1.66)
8682

8783
BUNDLED WITH
8884
2.4.21

0 commit comments

Comments
 (0)