mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Merge pull request #188 from puppetlabs/dependabot/bundler/rubocop-1.56.0
Bump rubocop from 1.55.1 to 1.56.0
This commit is contained in:
commit
b2cd786a42
2 changed files with 5 additions and 3 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.55'
|
||||
gem 'rubocop', '~> 1.56'
|
||||
gem 'webmock', '~> 3.13'
|
||||
end
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ GEM
|
|||
addressable (2.8.1)
|
||||
public_suffix (>= 2.0.2, < 6.0)
|
||||
ast (2.4.2)
|
||||
base64 (0.1.1)
|
||||
coderay (1.1.3)
|
||||
commander (4.6.0)
|
||||
highline (~> 2.0.0)
|
||||
|
|
@ -74,7 +75,8 @@ GEM
|
|||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.12.0)
|
||||
rspec-support (3.12.0)
|
||||
rubocop (1.55.1)
|
||||
rubocop (1.56.0)
|
||||
base64 (~> 0.1.1)
|
||||
json (~> 2.3)
|
||||
language_server-protocol (>= 3.17.0)
|
||||
parallel (~> 1.10)
|
||||
|
|
@ -111,7 +113,7 @@ DEPENDENCIES
|
|||
rake
|
||||
rb-readline
|
||||
rspec (~> 3.12.0)
|
||||
rubocop (~> 1.55)
|
||||
rubocop (~> 1.56)
|
||||
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