Skip to content

Commit

Permalink
Bump rubocop from 0.32.1 to 0.48.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 4, 2020
1 parent db5adf1 commit c61b601
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'collimator', '0.0.3'
gem 'mcollective-client', '2.8.2'
gem 'puppet', '3.7.5'
gem 'rspec', '3.3.0' # used by stacks test command
gem 'rubocop', '0.32.1'
gem 'rubocop', '0.48.1'
gem 'orc', :git => 'https://github.com/tim-group/orc.git', :ref => '9bd34ed0b9d7db51dd84cd944e7e4d117d5b79c2'

group :development do
Expand Down
15 changes: 7 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ GEM
specs:
CFPropertyList (2.3.6)
ast (2.4.0)
astrolabe (1.3.1)
parser (~> 2.2)
builder (3.2.4)
byebug (9.0.6)
ci_reporter (2.0.0)
Expand All @@ -39,7 +37,7 @@ GEM
stomp
systemu
method_source (0.9.2)
parser (2.7.0.2)
parser (2.7.1.3)
ast (~> 2.4.0)
powerpack (0.1.2)
pry (0.12.2)
Expand Down Expand Up @@ -69,16 +67,17 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.3.0)
rspec-support (3.3.0)
rubocop (0.32.1)
astrolabe (~> 1.3)
parser (>= 2.2.2.5, < 3.0)
rubocop (0.48.1)
parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.4)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.10.1)
stomp (1.4.9)
syck (1.4.0)
systemu (2.6.5)
unicode-display_width (1.7.0)

PLATFORMS
ruby
Expand All @@ -95,7 +94,7 @@ DEPENDENCIES
puppet (= 3.7.5)
rake (= 10.1.0)
rspec (= 3.3.0)
rubocop (= 0.32.1)
rubocop (= 0.48.1)
syck

BUNDLED WITH
Expand Down

0 comments on commit c61b601

Please sign in to comment.