Skip to content

Commit 21ca449

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] <support@github.com>
1 parent 9c42de3 commit 21ca449

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
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 => '2daa527d5a251e9cf2396ba5282a0a4b23e5500c'
99

1010
group :development do

Gemfile.lock

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ GEM
1010
remote: https://rubygems.org/
1111
specs:
1212
CFPropertyList (2.3.6)
13-
ast (2.4.0)
14-
astrolabe (1.3.1)
15-
parser (~> 2.2)
13+
ast (2.4.1)
1614
builder (3.2.4)
1715
byebug (9.0.6)
1816
ci_reporter (2.0.0)
@@ -40,8 +38,8 @@ GEM
4038
stomp
4139
systemu
4240
method_source (0.9.2)
43-
parser (2.7.0.2)
44-
ast (~> 2.4.0)
41+
parser (2.7.2.0)
42+
ast (~> 2.4.1)
4543
powerpack (0.1.2)
4644
pry (0.12.2)
4745
coderay (~> 1.1.0)
@@ -70,16 +68,17 @@ GEM
7068
diff-lcs (>= 1.2.0, < 2.0)
7169
rspec-support (~> 3.3.0)
7270
rspec-support (3.3.0)
73-
rubocop (0.32.1)
74-
astrolabe (~> 1.3)
75-
parser (>= 2.2.2.5, < 3.0)
71+
rubocop (0.48.1)
72+
parser (>= 2.3.3.1, < 3.0)
7673
powerpack (~> 0.1)
7774
rainbow (>= 1.99.1, < 3.0)
78-
ruby-progressbar (~> 1.4)
75+
ruby-progressbar (~> 1.7)
76+
unicode-display_width (~> 1.0, >= 1.0.1)
7977
ruby-progressbar (1.10.1)
8078
stomp (1.4.9)
8179
syck (1.4.0)
8280
systemu (2.6.5)
81+
unicode-display_width (1.7.0)
8382

8483
PLATFORMS
8584
ruby
@@ -97,7 +96,7 @@ DEPENDENCIES
9796
puppet (= 3.7.5)
9897
rake (= 10.1.0)
9998
rspec (= 3.3.0)
100-
rubocop (= 0.32.1)
99+
rubocop (= 0.48.1)
101100
syck
102101

103102
BUNDLED WITH

0 commit comments

Comments
 (0)