Skip to content

Commit 64f7185

Browse files
authored
Merge pull request #173 from puppetlabs/dependabot/bundler/rubocop-1.49.0
Bump rubocop from 1.48.1 to 1.49.0
2 parents 930277a + 2adf27a commit 64f7185

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

+1-1
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.11.0'
16-
gem 'rubocop', '~> 1.6'
16+
gem 'rubocop', '~> 1.49'
1717
gem 'webmock', '~> 3.13'
1818
end

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ GEM
4747
method_source (1.0.0)
4848
multipart-post (2.3.0)
4949
parallel (1.22.1)
50-
parser (3.2.1.1)
50+
parser (3.2.2.0)
5151
ast (~> 2.4.1)
5252
pry (0.14.2)
5353
coderay (~> 1.1)
@@ -71,17 +71,17 @@ GEM
7171
diff-lcs (>= 1.2.0, < 2.0)
7272
rspec-support (~> 3.11.0)
7373
rspec-support (3.11.1)
74-
rubocop (1.48.1)
74+
rubocop (1.49.0)
7575
json (~> 2.3)
7676
parallel (~> 1.10)
7777
parser (>= 3.2.0.0)
7878
rainbow (>= 2.2.2, < 4.0)
7979
regexp_parser (>= 1.8, < 3.0)
8080
rexml (>= 3.2.5, < 4.0)
81-
rubocop-ast (>= 1.26.0, < 2.0)
81+
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.27.0)
84+
rubocop-ast (1.28.0)
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.11.0)
110-
rubocop (~> 1.6)
110+
rubocop (~> 1.49)
111111
simplecov (~> 0.21.2)
112112
simplecov-html (~> 0.12.3)
113113
simplecov-lcov (~> 0.8.0)

0 commit comments

Comments
 (0)