Skip to content

Commit 3680668

Browse files
authored
Merge pull request #176 from puppetlabs/dependabot/bundler/rubocop-1.51.0
Bump rubocop from 1.50.2 to 1.51.0
2 parents 48e2c03 + ff6ee2d commit 3680668

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ group :test do
1313
gem 'pry'
1414
gem 'rb-readline'
1515
gem 'rspec', '~> 3.12.0'
16-
gem 'rubocop', '~> 1.50'
16+
gem 'rubocop', '~> 1.51'
1717
gem 'webmock', '~> 3.13'
1818
end

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ GEM
4646
json (2.6.3)
4747
method_source (1.0.0)
4848
multipart-post (2.3.0)
49-
parallel (1.22.1)
50-
parser (3.2.2.0)
49+
parallel (1.23.0)
50+
parser (3.2.2.1)
5151
ast (~> 2.4.1)
5252
pry (0.14.2)
5353
coderay (~> 1.1)
@@ -56,7 +56,7 @@ GEM
5656
rainbow (3.1.1)
5757
rake (13.0.6)
5858
rb-readline (0.5.5)
59-
regexp_parser (2.7.0)
59+
regexp_parser (2.8.0)
6060
rexml (3.2.5)
6161
rspec (3.12.0)
6262
rspec-core (~> 3.12.0)
@@ -71,7 +71,7 @@ GEM
7171
diff-lcs (>= 1.2.0, < 2.0)
7272
rspec-support (~> 3.12.0)
7373
rspec-support (3.12.0)
74-
rubocop (1.50.2)
74+
rubocop (1.51.0)
7575
json (~> 2.3)
7676
parallel (~> 1.10)
7777
parser (>= 3.2.0.0)
@@ -81,7 +81,7 @@ GEM
8181
rubocop-ast (>= 1.28.0, < 2.0)
8282
ruby-progressbar (~> 1.7)
8383
unicode-display_width (>= 2.4.0, < 3.0)
84-
rubocop-ast (1.28.0)
84+
rubocop-ast (1.28.1)
8585
parser (>= 3.2.1.0)
8686
ruby-progressbar (1.13.0)
8787
ruby2_keywords (0.0.5)
@@ -107,7 +107,7 @@ DEPENDENCIES
107107
rake
108108
rb-readline
109109
rspec (~> 3.12.0)
110-
rubocop (~> 1.50)
110+
rubocop (~> 1.51)
111111
simplecov (~> 0.22.0)
112112
simplecov-html (~> 0.12.3)
113113
simplecov-lcov (~> 0.8.0)

0 commit comments

Comments
 (0)