Skip to content

Commit 48e2c03

Browse files
authored
Merge pull request #174 from puppetlabs/dependabot/bundler/rubocop-1.50.2
Bump rubocop from 1.49.0 to 1.50.2
2 parents 2db6e8c + 6b6bf53 commit 48e2c03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.49'
16+
gem 'rubocop', '~> 1.50'
1717
gem 'webmock', '~> 3.13'
1818
end

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.49.0)
74+
rubocop (1.50.2)
7575
json (~> 2.3)
7676
parallel (~> 1.10)
7777
parser (>= 3.2.0.0)
@@ -107,7 +107,7 @@ DEPENDENCIES
107107
rake
108108
rb-readline
109109
rspec (~> 3.12.0)
110-
rubocop (~> 1.49)
110+
rubocop (~> 1.50)
111111
simplecov (~> 0.22.0)
112112
simplecov-html (~> 0.12.3)
113113
simplecov-lcov (~> 0.8.0)

0 commit comments

Comments
 (0)