Skip to content

Commit 46810eb

Browse files
authored
Merge pull request #183 from puppetlabs/dependabot/bundler/rubocop-1.55.1
Bump rubocop from 1.54.2 to 1.55.1
2 parents bfae973 + 7b24c81 commit 46810eb

File tree

2 files changed

+5
-5
lines changed

2 files changed

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

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ GEM
6060
rake (13.0.6)
6161
rb-readline (0.5.5)
6262
regexp_parser (2.8.1)
63-
rexml (3.2.5)
63+
rexml (3.2.6)
6464
rspec (3.12.0)
6565
rspec-core (~> 3.12.0)
6666
rspec-expectations (~> 3.12.0)
@@ -74,15 +74,15 @@ GEM
7474
diff-lcs (>= 1.2.0, < 2.0)
7575
rspec-support (~> 3.12.0)
7676
rspec-support (3.12.0)
77-
rubocop (1.54.2)
77+
rubocop (1.55.1)
7878
json (~> 2.3)
7979
language_server-protocol (>= 3.17.0)
8080
parallel (~> 1.10)
8181
parser (>= 3.2.2.3)
8282
rainbow (>= 2.2.2, < 4.0)
8383
regexp_parser (>= 1.8, < 3.0)
8484
rexml (>= 3.2.5, < 4.0)
85-
rubocop-ast (>= 1.28.0, < 2.0)
85+
rubocop-ast (>= 1.28.1, < 2.0)
8686
ruby-progressbar (~> 1.7)
8787
unicode-display_width (>= 2.4.0, < 3.0)
8888
rubocop-ast (1.29.0)
@@ -111,7 +111,7 @@ DEPENDENCIES
111111
rake
112112
rb-readline
113113
rspec (~> 3.12.0)
114-
rubocop (~> 1.54)
114+
rubocop (~> 1.55)
115115
simplecov (~> 0.22.0)
116116
simplecov-html (~> 0.12.3)
117117
simplecov-lcov (~> 0.8.0)

0 commit comments

Comments
 (0)