mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Bump rubocop-cask to 0.8.2 (#22566)
This commit is contained in:
@@ -8,7 +8,7 @@ group :debug do
|
||||
end
|
||||
|
||||
group :development do
|
||||
gem 'rubocop-cask', '~> 0.7.0'
|
||||
gem 'rubocop-cask', '~> 0.8.2'
|
||||
end
|
||||
|
||||
group :release do
|
||||
|
||||
+4
-2
@@ -44,6 +44,7 @@ GEM
|
||||
pry-byebug (3.3.0)
|
||||
byebug (~> 8.0)
|
||||
pry (~> 0.10)
|
||||
public_suffix (2.0.2)
|
||||
rainbow (2.1.0)
|
||||
rake (10.4.2)
|
||||
rdiscount (2.1.8)
|
||||
@@ -78,7 +79,8 @@ GEM
|
||||
rainbow (>= 1.99.1, < 3.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (~> 1.0, >= 1.0.1)
|
||||
rubocop-cask (0.7.0)
|
||||
rubocop-cask (0.8.2)
|
||||
public_suffix (~> 2.0)
|
||||
rubocop (~> 0.41.1)
|
||||
ruby-progressbar (1.8.1)
|
||||
simplecov (0.11.1)
|
||||
@@ -111,7 +113,7 @@ DEPENDENCIES
|
||||
rspec (~> 3.0.0)
|
||||
rspec-its
|
||||
rspec-wait
|
||||
rubocop-cask (~> 0.7.0)
|
||||
rubocop-cask (~> 0.8.2)
|
||||
|
||||
BUNDLED WITH
|
||||
1.12.5
|
||||
|
||||
@@ -19,7 +19,7 @@ class Hbc::CLI::Style < Hbc::CLI::Base
|
||||
$?.success?
|
||||
end
|
||||
|
||||
RUBOCOP_CASK_VERSION = '~> 0.7.0'
|
||||
RUBOCOP_CASK_VERSION = '~> 0.8.2'
|
||||
|
||||
def install_rubocop
|
||||
Hbc::Utils.install_gem_setup_path! 'rubocop-cask', RUBOCOP_CASK_VERSION, 'rubocop'
|
||||
|
||||
Reference in New Issue
Block a user