Skip to content

Commit c61b601

Browse files
Bump rubocop from 0.32.1 to 0.48.1
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.32.1 to 0.48.1. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v0.32.1...v0.48.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent db5adf1 commit c61b601

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gem 'collimator', '0.0.3'
44
gem 'mcollective-client', '2.8.2'
55
gem 'puppet', '3.7.5'
66
gem 'rspec', '3.3.0' # used by stacks test command
7-
gem 'rubocop', '0.32.1'
7+
gem 'rubocop', '0.48.1'
88
gem 'orc', :git => 'https://github.com/tim-group/orc.git', :ref => '9bd34ed0b9d7db51dd84cd944e7e4d117d5b79c2'
99

1010
group :development do

Gemfile.lock

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ GEM
1111
specs:
1212
CFPropertyList (2.3.6)
1313
ast (2.4.0)
14-
astrolabe (1.3.1)
15-
parser (~> 2.2)
1614
builder (3.2.4)
1715
byebug (9.0.6)
1816
ci_reporter (2.0.0)
@@ -39,7 +37,7 @@ GEM
3937
stomp
4038
systemu
4139
method_source (0.9.2)
42-
parser (2.7.0.2)
40+
parser (2.7.1.3)
4341
ast (~> 2.4.0)
4442
powerpack (0.1.2)
4543
pry (0.12.2)
@@ -69,16 +67,17 @@ GEM
6967
diff-lcs (>= 1.2.0, < 2.0)
7068
rspec-support (~> 3.3.0)
7169
rspec-support (3.3.0)
72-
rubocop (0.32.1)
73-
astrolabe (~> 1.3)
74-
parser (>= 2.2.2.5, < 3.0)
70+
rubocop (0.48.1)
71+
parser (>= 2.3.3.1, < 3.0)
7572
powerpack (~> 0.1)
7673
rainbow (>= 1.99.1, < 3.0)
77-
ruby-progressbar (~> 1.4)
74+
ruby-progressbar (~> 1.7)
75+
unicode-display_width (~> 1.0, >= 1.0.1)
7876
ruby-progressbar (1.10.1)
7977
stomp (1.4.9)
8078
syck (1.4.0)
8179
systemu (2.6.5)
80+
unicode-display_width (1.7.0)
8281

8382
PLATFORMS
8483
ruby
@@ -95,7 +94,7 @@ DEPENDENCIES
9594
puppet (= 3.7.5)
9695
rake (= 10.1.0)
9796
rspec (= 3.3.0)
98-
rubocop (= 0.32.1)
97+
rubocop (= 0.48.1)
9998
syck
10099

101100
BUNDLED WITH

0 commit comments

Comments
 (0)