mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Merge pull request #206 from puppetlabs/dependabot/bundler/rubocop-1.59.0
Bump rubocop from 1.58.0 to 1.59.0
This commit is contained in:
commit
d5f1d61bd1
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -13,6 +13,6 @@ group :test do
|
|||
gem 'pry'
|
||||
gem 'rb-readline'
|
||||
gem 'rspec', '~> 3.12.0'
|
||||
gem 'rubocop', '~> 1.58'
|
||||
gem 'rubocop', '~> 1.59'
|
||||
gem 'webmock', '~> 3.19'
|
||||
end
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ GEM
|
|||
language_server-protocol (3.17.0.3)
|
||||
method_source (1.0.0)
|
||||
multipart-post (2.3.0)
|
||||
parallel (1.23.0)
|
||||
parallel (1.24.0)
|
||||
parser (3.2.2.4)
|
||||
ast (~> 2.4.1)
|
||||
racc
|
||||
|
|
@ -74,7 +74,7 @@ GEM
|
|||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.12.0)
|
||||
rspec-support (3.12.0)
|
||||
rubocop (1.58.0)
|
||||
rubocop (1.59.0)
|
||||
json (~> 2.3)
|
||||
language_server-protocol (>= 3.17.0)
|
||||
parallel (~> 1.10)
|
||||
|
|
@ -111,7 +111,7 @@ DEPENDENCIES
|
|||
rake
|
||||
rb-readline
|
||||
rspec (~> 3.12.0)
|
||||
rubocop (~> 1.58)
|
||||
rubocop (~> 1.59)
|
||||
simplecov (~> 0.22.0)
|
||||
simplecov-html (~> 0.12.3)
|
||||
simplecov-lcov (~> 0.8.0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue