Skip to content

Commit 81b6dfa

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 98ce98d commit 81b6dfa

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

99
group :development do
1010
gem 'ci_reporter_rspec', '1.0.0'

Gemfile.lock

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ GEM
33
specs:
44
CFPropertyList (2.3.6)
55
ast (2.4.0)
6-
astrolabe (1.3.1)
7-
parser (~> 2.2)
86
builder (3.2.4)
97
byebug (9.0.6)
108
ci_reporter (2.0.0)
@@ -29,7 +27,7 @@ GEM
2927
stomp
3028
systemu
3129
method_source (0.9.2)
32-
parser (2.7.0.2)
30+
parser (2.7.1.1)
3331
ast (~> 2.4.0)
3432
powerpack (0.1.2)
3533
pry (0.12.2)
@@ -58,17 +56,18 @@ GEM
5856
diff-lcs (>= 1.2.0, < 2.0)
5957
rspec-support (~> 3.3.0)
6058
rspec-support (3.3.0)
61-
rubocop (0.32.1)
62-
astrolabe (~> 1.3)
63-
parser (>= 2.2.2.5, < 3.0)
59+
rubocop (0.48.1)
60+
parser (>= 2.3.3.1, < 3.0)
6461
powerpack (~> 0.1)
6562
rainbow (>= 1.99.1, < 3.0)
66-
ruby-progressbar (~> 1.4)
63+
ruby-progressbar (~> 1.7)
64+
unicode-display_width (~> 1.0, >= 1.0.1)
6765
ruby-progressbar (1.10.1)
6866
stomp (1.4.9)
6967
syck (1.4.0)
7068
sync (0.5.0)
7169
systemu (2.6.5)
70+
unicode-display_width (1.7.0)
7271

7372
PLATFORMS
7473
ruby
@@ -84,7 +83,7 @@ DEPENDENCIES
8483
puppet (= 3.7.5)
8584
rake (= 10.1.0)
8685
rspec (= 3.3.0)
87-
rubocop (= 0.32.1)
86+
rubocop (= 0.48.1)
8887
syck
8988
sync
9089

0 commit comments

Comments
 (0)